Skip to content

bodhi-realtime-agent / ToolExecution

Type Alias: ToolExecution

ToolExecution = "inline" | "background"

Defined in: types/tool.ts:10

How a tool is executed relative to the Gemini audio stream.

  • inline: Executed synchronously — Gemini waits for the result before continuing.
  • background: Handed off to a subagent — Gemini continues speaking while it runs.

Built with VitePress