Letta · Schema

JsonObjectResponseFormat

Response format for JSON object responses.

AIAgentsStateful AgentsMemoryMemGPTContinual LearningMCPMulti-AgentRAGOpen Source

Properties

Name Type Description
type string The type of the response format.
View JSON Schema on GitHub

JSON Schema

letta-jsonobjectresponseformat-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JsonObjectResponseFormat",
  "title": "JsonObjectResponseFormat",
  "properties": {
    "type": {
      "type": "string",
      "const": "json_object",
      "title": "Type",
      "description": "The type of the response format.",
      "default": "json_object"
    }
  },
  "type": "object",
  "description": "Response format for JSON object responses."
}