Box UI Elements
Box UI Elements
Box AI APIエージェントの構成ツール
主要プロバイダが提供する複数のAIモデルから選択しましょう。すべてのモデルには、使いやすい1つのプラットフォームからアクセス可能です。Box AI APIのパラメータをカスタマイズしたり、LLMのパラメータを微調整したりできます。
視覚的な構成
フォームベースの直感的なインターフェースを使用した、AIの複雑な構成が可能です。
リアルタイムのプレビュー
変更に合わせて、リアルタイムでJSON構成の更新を確認できます。
エクスポートと共有
構成をコピーし、プロジェクトに直接貼り付けることができます。
Generated configuration
{
"type": "ai_agent_ask",
"basic_text": {
"llm_endpoint_params": {
"type": "openai_params",
"temperature": 0,
"top_p": 0.9,
"frequency_penalty": 1.5,
"presence_penalty": 1.5
},
"model": "azure__openai__gpt_4o",
"num_tokens_for_completion": 8400,
"prompt_template": "It is `{current_date}`, consider these travel options `{content}` and answer the `{user_question}`.",
"system_message": "You are a helpful travel assistant specialized in budget travel"
}
}