Skip to Content
Anuma SDKClientInternalType AliasesLlmapiResponseOutputItem

LlmapiResponseOutputItem

LlmapiResponseOutputItem = object

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

Properties

arguments?

optional arguments: string

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

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:1485 

CallID is the call ID for function_call and mcp_call types


content?

optional content: LlmapiResponseOutputContent[]

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

Content is the content array for message and reasoning types


error?

optional error: string

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

Error is the MCP error message for mcp_call types


id?

optional id: string

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

ID is the unique identifier for this output item


name?

optional name: string

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

Name is the function name for function_call and mcp_call types


output?

optional output: string

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

Output is the MCP tool output for mcp_call types


role?

optional role: string

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

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


server_label?

optional server_label: string

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

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:1517 

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


summary?

optional summary: LlmapiResponseOutputContent[]

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

Summary is the reasoning summary for reasoning types


tools?

optional tools: LlmapiMcpTool[]

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

Tools is the list of available tools for mcp_list_tools types


type?

optional type: string

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

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

Last updated on