Skip to Content
SdkClientInternalType AliasesLlmapiResponseOutputItem

LlmapiResponseOutputItem

LlmapiResponseOutputItem = object

Defined in: src/client/types.gen.ts:922 

Properties

arguments?

optional arguments: string

Defined in: src/client/types.gen.ts:926 

Arguments is the function arguments for function_call and mcp_call types


call_id?

optional call_id: string

Defined in: src/client/types.gen.ts:930 

CallID is the call ID for function_call and mcp_call types


content?

optional content: LlmapiResponseOutputContent[]

Defined in: src/client/types.gen.ts:934 

Content is the content array for message and reasoning types


error?

optional error: string

Defined in: src/client/types.gen.ts:938 

Error is the MCP error message for mcp_call types


id?

optional id: string

Defined in: src/client/types.gen.ts:942 

ID is the unique identifier for this output item


name?

optional name: string

Defined in: src/client/types.gen.ts:946 

Name is the function name for function_call and mcp_call types


output?

optional output: string

Defined in: src/client/types.gen.ts:950 

Output is the MCP tool output for mcp_call types


role?

optional role: string

Defined in: src/client/types.gen.ts:954 

Role is the role for message types (e.g., “assistant”)


server_label?

optional server_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?

optional status: string

Defined in: src/client/types.gen.ts:962 

Status is the status of this output item (e.g., “completed”)


summary?

optional summary: LlmapiResponseOutputContent[]

Defined in: src/client/types.gen.ts:966 

Summary is the reasoning summary for reasoning types


tools?

optional tools: LlmapiMcpTool[]

Defined in: src/client/types.gen.ts:970 

Tools is the list of available tools for mcp_list_tools types


type?

optional type: string

Defined in: src/client/types.gen.ts:974 

Type is the output item type (e.g., “message”, “function_call”, “reasoning”, “mcp_call”)

Last updated on