QVeris
运行任务
文档目录

async inspect(tool_ids: Iterable[str] | str, search_id: str | None = None, session_id: str | None = None, timeout: float | None = None, correlation_id: str | None = None) → SearchResponse

Inspect one or more capabilities by tool ID.

  • 参数:
    • tool_ids -- Tool IDs returned by discover(...). A single string is accepted.
    • search_id -- Optional search ID that produced the tools.
    • session_id -- Optional correlation ID.
  • 返回: SearchResponse with full tool details for the requested IDs.

这个页面对你有帮助吗?