メインコンテンツまでスキップ

Agent Settings

Agent Settings page では、AI agent を管理するための重要な configuration option を提供します。この page では、agent の目的の定義、access setting の制御、audit logging の有効化、適切な response を確保するための guardrail の適用を行えます。​

Agent ID​

各 agent には、agent 作成時に指定される unique かつ immutable な ID があります。この ID は API call および Squid SDK integration で使用するために copy できますが、変更はできません。

Agent Description​

agent の目的を明確にするために short description を設定できます。この description を update すると、特に複数 agent を管理する場合に agent の role を把握しやすくなります。

Agent を Public に設定する​

default では agent に authentication が必要ですが、agent を public にする option があります。public agent は API key なしで access できるため、open environment で使いやすくなります。ただし、agent が sensitive information または proprietary information を処理する場合は、この setting を有効にする前に、public agent の保護に関する documentationを必ず確認してください。

Audit Log の記録​

audit log を有効にすると、Studio の Audit Log tab で agent のすべての interaction と response を追跡できます。これらの log には、interaction の timestamp、user ID、prompt、response が含まれます。troubleshooting、agent performance の monitoring、data policy への compliance 維持に役立ちます。

Agent Guardrails​

guardrail は response quality と compliance の確保に役立ちます。specific restriction を有効にするか、より適した restriction のために custom guardrail policy を定義できます。詳細については、guardrails documentationを参照してください。

Agent API Key​

Agent API Key を使用すると、完全な App API Key を指定せずに SDK から Agent function に access できます。settings page では、Agent API Key を copy できるほか、再生成もできます。

Danger Zone(Agent の削除)​

agent を永久に削除する必要がある場合は、この section から実行できます。agent の削除は元に戻せないため、続行する前に必要な data を backup していることを確認してください。