LlmapiResponseOutputItem
LlmapiResponseOutputItem =
object
Defined in: src/client/types.gen.ts:922
Properties
arguments?
optionalarguments:string
Defined in: src/client/types.gen.ts:926
Arguments is the function arguments for function_call and mcp_call types
call_id?
optionalcall_id:string
Defined in: src/client/types.gen.ts:930
CallID is the call ID for function_call and mcp_call types
content?
optionalcontent:LlmapiResponseOutputContent[]
Defined in: src/client/types.gen.ts:934
Content is the content array for message and reasoning types
error?
optionalerror:string
Defined in: src/client/types.gen.ts:938
Error is the MCP error message for mcp_call types
id?
optionalid:string
Defined in: src/client/types.gen.ts:942
ID is the unique identifier for this output item
name?
optionalname:string
Defined in: src/client/types.gen.ts:946
Name is the function name for function_call and mcp_call types
output?
optionaloutput:string
Defined in: src/client/types.gen.ts:950
Output is the MCP tool output for mcp_call types
role?
optionalrole:string
Defined in: src/client/types.gen.ts:954
Role is the role for message types (e.g., “assistant”)
server_label?
optionalserver_label:string
Defined in: src/client/types.gen.ts:958
ServerLabel is the MCP server label for mcp_call and mcp_list_tools types
status?
optionalstatus:string
Defined in: src/client/types.gen.ts:962
Status is the status of this output item (e.g., “completed”)
summary?
optionalsummary:LlmapiResponseOutputContent[]
Defined in: src/client/types.gen.ts:966
Summary is the reasoning summary for reasoning types
tools?
optionaltools:LlmapiMcpTool[]
Defined in: src/client/types.gen.ts:970
Tools is the list of available tools for mcp_list_tools types
type?
optionaltype:string
Defined in: src/client/types.gen.ts:974
Type is the output item type (e.g., “message”, “function_call”, “reasoning”, “mcp_call”)