Skip to Content
Anuma SDKClientInternalType AliasesLlmapiResponseOutputItem

LlmapiResponseOutputItem

LlmapiResponseOutputItem = object

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

Properties

arguments?

optional arguments: string

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

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

CallID is the call ID for function_call and mcp_call types


content?

optional content: LlmapiResponseOutputContent[]

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

Content is the content array for message and reasoning types


error?

optional error: string

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

Error is the MCP error message for mcp_call types


id?

optional id: string

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

ID is the unique identifier for this output item


name?

optional name: string

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

Name is the function name for function_call and mcp_call types


output?

optional output: string

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

Output is the MCP tool output for mcp_call types


role?

optional role: string

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

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


server_label?

optional server_label: string

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

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

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


summary?

optional summary: LlmapiResponseOutputContent[]

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

Summary is the reasoning summary for reasoning types


tools?

optional tools: LlmapiMcpTool[]

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

Tools is the list of available tools for mcp_list_tools types


type?

optional type: string

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

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

Last updated on