QVeris
运行任务
文档目录

SearchResponse

Response from the Search Tools API.

属性

elapsed_time_ms?

optional elapsed_time_ms?: number

Total elapsed time in milliseconds

query?

optional query?: string

The original search query

remaining_credits?

optional remaining_credits?: number

User's remaining credits after this operation

results

results: ToolInfo[]

Array of matching tools

search_id

search_id: string

Unique identifier for this search. Required when calling call for any tool from these results.

stats?

optional stats?: SearchStats

Search performance statistics

total?

optional total?: number

Total number of results returned


这个页面对你有帮助吗?