Join a webinar on April 30th: Unlocking Your Data using AI with Box Extract & MCP Server. Register here
{
"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,
"warnings": [
"MODEL_INACTIVE"
]
}
}テキストの生成に使用するAIエージェント。
テキストの生成に使用されるAIエージェントのタイプ。
ai_agent_text_gen "ai_agent_text_gen"
AIエージェントの機能の状態。使用可能な値はenabled、disabledです。
"enabled"
AIエージェントの説明。
"This is ASK Agent"
AIエージェントに対するカスタム指示。
"This is a custom instruction"
AIエージェントに対する質問の候補。nullの場合、質問の候補が生成されます。空の場合は、質問の候補が表示されません。
4[
"What is in this file?",
"What are the main highlights of this document?"
]テキストの生成に使用されるAIエージェントの基本ツール。
Show child attributes
このページは役に立ちましたか?