Skip to Content
Anuma SDKClientInternalType AliasesLlmapiResponseOutputItem

LlmapiResponseOutputItem

LlmapiResponseOutputItem = object

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

Properties

arguments?

optional arguments: string

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

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

CallID is the call ID for function_call and mcp_call types


content?

optional content: LlmapiResponseOutputContent[]

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

Content is the content array for message and reasoning types


error?

optional error: string

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

Error is the MCP error message for mcp_call types


id?

optional id: string

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

ID is the unique identifier for this output item


name?

optional name: string

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

Name is the function name for function_call and mcp_call types


output?

optional output: string

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

Output is the MCP tool output for mcp_call types


role?

optional role: string

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

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


server_label?

optional server_label: string

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

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

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


summary?

optional summary: LlmapiResponseOutputContent[]

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

Summary is the reasoning summary for reasoning types


tools?

optional tools: LlmapiMcpTool[]

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

Tools is the list of available tools for mcp_list_tools types


type?

optional type: string

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

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

Last updated on