Skip to main content

The AI agent to be used to handle queries.

type
enum<string>
required

The type of AI agent used to handle queries.

Available options:
ai_agent_ask
Example:

"ai_agent_ask"

access_state
string
required

The state of the AI Agent capability. Possible values are: enabled and disabled.

Example:

"enabled"

description
string
required

The description of the AI agent.

Example:

"This is ASK Agent"

custom_instructions
string | null

Custom instructions for the AI agent.

Example:

"This is a custom instruction"

suggested_questions
string[]

Suggested questions for the AI agent. If null, suggested question will be generated. If empty, no suggested questions will be displayed.

Maximum array length: 4
Example:
[
"What is in this file?",
"What are the main highlights of this document?"
]
long_text
AI agent long text tool request · object

AI agent processor used to to handle longer text.

basic_text
AI agent basic text tool request · object

AI agent processor used to handle basic text.

basic_image
AI agent basic text tool request · object

AI agent processor used to handle basic text.

spreadsheet
AI agent spreadsheet tool · object

The AI agent tool used to handle spreadsheets and tabular data.

long_text_multi
AI agent long text tool request · object

AI agent processor used to to handle longer text.

basic_text_multi
AI agent basic text tool request · object

AI agent processor used to handle basic text.

basic_image_multi
AI agent basic text tool request · object

AI agent processor used to handle basic text.