Join us on May 20th for the Content + AI Virtual Summit. Register now
{
"type": "ai_agent_text_gen",
"access_state": "enabled",
"description": "This is ASK Agent",
"custom_instructions": "This is a custom instruction",
"suggested_questions": [
"What is in this file?",
"What are the main highlights of this document?"
],
"basic_gen": {
"model": "azure__openai__gpt_4o_mini",
"num_tokens_for_completion": 8400,
"llm_endpoint_params": {
"type": "openai_params",
"temperature": 0,
"top_p": 1,
"frequency_penalty": 1.5,
"presence_penalty": 1.5,
"stop": "<|im_end|>"
},
"system_message": "You are a helpful travel assistant specialized in budget travel",
"prompt_template": "It is `{current_date}`, and I have $8000 and want to spend a week in the Azores. `{user_question}`",
"embeddings": {
"model": "azure__openai__text_embedding_ada_002",
"strategy": {
"id": "basic",
"num_tokens_per_chunk": 64
}
},
"content_template": "---{content}---",
"is_custom_instructions_included": false
}
}Documentation Index
Fetch the complete documentation index at: https://developer.box.com/llms.txt
Use this file to discover all available pages before exploring further.
The AI agent to be used to generate text.
The type of AI agent used for generating text.
ai_agent_text_gen "ai_agent_text_gen"
The state of the AI Agent capability. Possible values are: enabled and disabled.
"enabled"
The description of the AI agent.
"This is ASK Agent"
Custom instructions for the AI agent.
"This is a custom instruction"
Suggested questions for the AI agent. If null, suggested question will be generated. If empty, no suggested questions will be displayed.
4[
"What is in this file?",
"What are the main highlights of this document?"
]AI agent basic tool used to generate text.
Show child attributes
Was this page helpful?