Skip to content

bodhi-realtime-agent / ToolResult

Interface: ToolResult

Defined in: types/conversation.ts:31

The result of executing a tool, sent back to Gemini.

Properties

error?

optional error: string

Defined in: types/conversation.ts:39

Error message if execution failed.


result

result: unknown

Defined in: types/conversation.ts:37

The successful return value (null when error is set).


toolCallId

toolCallId: string

Defined in: types/conversation.ts:33

Correlates back to the originating ToolCall.


toolName

toolName: string

Defined in: types/conversation.ts:35

Name of the tool that was executed.

Built with VitePress