OptionalactionAllowed action names. Can be specific action names or ['*'] to allow all actions assigned to the agent.
Whether direct action invocation is enabled for this agent. Default: false.
OptionaltimeoutTimeout for direct action execution in milliseconds. Defaults to 10,000 ms (10 seconds) if omitted.
Direct action invocation configuration for a Realtime co-agent.
Direct actions allow the realtime model to directly invoke select actions belonging to the target agent, bypassing full multi-turn agent delegation for low-latency voice responses.
Security & defaults:
enabled !== true⇒ 0 direct actions exposed.actionNames, or specified as['*']to allow all.'*'is never defaulted; it must be explicitly authored.