> ## Documentation Index
> Fetch the complete documentation index at: https://wisdomai-add-trigger-agent-api.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# ToolSelection

his page describes the tool selection configuration used for message processing.

## ToolSelection

<ParamField path="optInToolNames" type="[ChatToolName!]">
  Array of specific tools to enable for message processing.
</ParamField>

## Additional Resources

<CardGroup cols={2}>
  <Card title="Send User Message" icon="message" href="/integrations/graphql-api/mutations/chat/send-user-message">
    Use ToolSelection with messages
  </Card>
</CardGroup>
