Skip to main content
API version 2024.0 AI extract structured response.
ai_agent_info
object
The information on the models and processors used in the request.
answer
AI extract response
AI extract response. The content of this response may vary depending on the requested configuration.
completion_reason
string
example: doneThe reason the response finishes.
created_at
string(date-time)
example: 2012-12-12T10:53:43-08:00The ISO date formatted timestamp of when the answer to the prompt was created.
{
  "ai_agent_info": {
    "models": [
      {
        "name": "azure__openai__text_embedding_ada_002",
        "provider": "azure",
        "supported_purpose": "embedding"
      }
    ],
    "processor": "basic_text"
  },
  "completion_reason": "done",
  "created_at": "2012-12-12T10:53:43-08:00"
}