Skip to main content
This page describes the tool selection configuration used for message processing.

ToolSelection

optInToolNames
[ChatToolName!]
Array of specific tools to enable for message processing.Supported values:
  • TABULAR_DATA: Enables querying databases.
  • TEXTUAL_DATA: Enables querying unstructured documents.
  "toolSelection": {
    "optInToolNames": [
        "TABULAR_DATA",
        "TEXTUAL_DATA"
      ]
    }