@pouchy_ai/companion-sdk - v0.1.0
    Preparing search index...

    Variable HOST_CONTROL_TOOLSConst

    HOST_CONTROL_TOOLS: VoiceToolBridge["tools"] = ...

    Universal "host control" verbs the companion can call on ANY surface (web / game / app / hardware), regardless of provider. They're generic on purpose — the SPECIFIC intent rides in the string params, which YOUR surface interprets — so a single fixed schema set serves every embed AND can be pre-registered on the (otherwise static) ElevenLabs Convai agent. invoke_action is the catch-all trigger; the SDK unwraps it to the named action so it reaches your onToolCall just like a declared tool. The others pass through by name.