Cx Agent Tool Usage

How to use tools in CX Agent prompts.

IzzyFresh Updated

File contents

CX Agent Tool Usage

When creating prompts for CX agents (or sub-agents) that need to use tools, use the following syntax to reference the tool:

{@TOOL: name_of_tool}

Example

<step name="Perform Action">
    <trigger>User request</trigger>
    <action>
        1. Call the tool {@TOOL: my_tool}.
        2. Use the result to respond to the user.
    </action>
</step>

IzzyFresh/gemini-skills/tree/main/skills/cx-agent-tool-usage commit c43c3db61e

Frequently asked questions

npx skillmds@latest add izzyfresh/cx-agent-tool-usage