メインコンテンツへスキップ
APIバージョン 2024.0 メタデータ抽出に使用するAIエージェント。
type
string
ai_agent_extractメタデータ抽出に使用するAIエージェントのタイプ。次の値に固定: ai_agent_extract
access_state
string
enabledAIエージェントの機能の状態。使用可能な値はenableddisabledです。
basic_image
object
基本テキストの処理に使用されるAIエージェントプロセッサ。
basic_text
object
基本テキストの処理に使用されるAIエージェントプロセッサ。
custom_instructions
string
This is a custom instructionAIエージェントに対するカスタム指示。
description
string
This is ASK AgentAIエージェントの説明。
long_text
object
長いテキストの処理に使用されるAIエージェントプロセッサ。
{
  "type": "ai_agent_extract",
  "access_state": "enabled",
  "basic_image": {
    "is_custom_instructions_included": false,
    "llm_endpoint_params": {
      "type": "openai_params",
      "frequency_penalty": 1.5,
      "presence_penalty": 1.5,
      "stop": "<|im_end|>",
      "temperature": 0,
      "top_p": 1
    },
    "model": "azure__openai__gpt_4o_mini",
    "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",
    "warnings": [
      "MODEL_INACTIVE"
    ]
  },
  "basic_text": {
    "is_custom_instructions_included": false,
    "llm_endpoint_params": {
      "type": "openai_params",
      "frequency_penalty": 1.5,
      "presence_penalty": 1.5,
      "stop": "<|im_end|>",
      "temperature": 0,
      "top_p": 1
    },
    "model": "azure__openai__gpt_4o_mini",
    "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",
    "warnings": [
      "MODEL_INACTIVE"
    ]
  },
  "custom_instructions": "This is a custom instruction",
  "description": "This is ASK Agent",
  "long_text": {
    "embeddings": {
      "model": "azure__openai__text_embedding_ada_002",
      "strategy": {
        "id": "basic",
        "num_tokens_per_chunk": 64
      }
    },
    "is_custom_instructions_included": false,
    "llm_endpoint_params": {
      "type": "openai_params",
      "frequency_penalty": 1.5,
      "presence_penalty": 1.5,
      "stop": "<|im_end|>",
      "temperature": 0,
      "top_p": 1
    },
    "model": "azure__openai__gpt_4o_mini",
    "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",
    "warnings": [
      "MODEL_INACTIVE"
    ]
  }
}