Skip to content

bodhi-realtime-agent / SubagentMessage

Interface: SubagentMessage

Defined in: agent/subagent-session.ts:46

Message sent from a subagent to the user via the main voice agent.

Properties

action?

optional action: string

Defined in: agent/subagent-session.ts:49


blocking?

optional blocking: boolean

Defined in: agent/subagent-session.ts:50


text

text: string

Defined in: agent/subagent-session.ts:48


type

type: "result" | "progress" | "question" | "approval_request"

Defined in: agent/subagent-session.ts:47


uiPayload?

optional uiPayload: UIPayload

Defined in: agent/subagent-session.ts:51

Built with VitePress