The AI agent to be used for metadata extraction.
ai_agent_extract
The type of AI agent to be used for metadata extraction.
次の値に固定: ai_agent_extract
enabled
AIエージェントの機能の状態。使用可能な値はenabled
、disabled
です。
基本テキストの処理に使用されるAIエージェントプロセッサ。
false
システムメッセージにカスタム指示のプレースホルダが含まれる場合はtrue、それ以外の場合はfalse。
モデル固有のLLMエンドポイントのパラメータ。
8400
1
完了に必要なトークンの数。
(\{user_question\}[\s\S]*?\{content\}|\{content\}[\s\S]*?\{user_question\})
It is `{current_date}`, consider these travel options `{content}` and answer the `{user_question}`.
10000
プロンプトテンプレートには、リクエストのコンテキスト情報とユーザープロンプトが含まれます。prompt_template
パラメータを渡す場合、{user_question}
および{content}
の入力を含める必要があります。{current_date}