Skip to main content

The AI agent to be used to generate text.

type
enum<string>
required

The type of AI agent used for generating text.

Available options:
ai_agent_text_gen
Example:

"ai_agent_text_gen"

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?"
]
basic_gen
AI agent basic text generation tool · object

AI agent basic tool used to generate text.