QVeris
运行任务
文档目录

class qveris.SearchResponse(*, query: str | None = None, search_id: str | None = None, total: int | None = None, results: ~typing.List[~qveris.types.ToolInfo] = <factory>, stats: ~qveris.types.SearchStats | None = None, remaining_credits: float | None = None, elapsed_time_ms: float | None = None, **extra_data: ~typing.Any)

model_post_init(context: Any, /) → None

This function is meant to behave like a BaseModel method to initialise private attributes.

It takes context as an argument since that's what pydantic-core passes when calling it.

  • 参数:
    • self -- The BaseModel instance.
    • context -- The context.

这个页面对你有帮助吗?