guidellm.schemas.tool_call
Tool call data models for OpenAI-compatible API responses.
Provides Pydantic models for representing tool calls returned by OpenAI-compatible APIs. Used by both the response and request statistics schemas to carry tool call payloads through the benchmarking pipeline.
ToolCall
Bases: BaseModel
A single tool call from an OpenAI-compatible API response.