bodhi-realtime-agent / SubagentResult
Interface: SubagentResult
Defined in: types/conversation.ts:55
The output produced by a subagent after completing its task.
Properties
stepCount
stepCount:
number
Defined in: types/conversation.ts:59
How many LLM steps the subagent took.
text
text:
string
Defined in: types/conversation.ts:57
The textual result to relay back to Gemini as a tool response.
uiPayload?
optionaluiPayload:UIPayload
Defined in: types/conversation.ts:61
Optional structured UI payload for dual-channel (voice + screen) delivery.