QVeris
运行任务
文档目录

SearchRequest

Request body for the Search Tools API.

属性

lang?

optional lang?: "zh" | "en"

Response language. Omit to use server-side language negotiation.

limit?

optional limit?: number

Maximum number of results to return. Minimum: 1. Maximum: 100.

默认值

ts
20

query

query: string

Natural language search query describing the tool capability you need.

session_id?

optional session_id?: string

Session identifier for tracking user sessions.

view?

optional view?: "routing" | "full"

Response projection. Omit for the legacy/full response shape.


这个页面对你有帮助吗?