Letta · Schema

Audio

Data about a previous audio response from the model. [Learn more](https://platform.openai.com/docs/guides/audio).

AIAgentsStateful AgentsMemoryMemGPTContinual LearningMCPMulti-AgentRAGOpen Source

Properties

Name Type Description
id string
View JSON Schema on GitHub

JSON Schema

letta-audio-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Audio",
  "title": "Audio",
  "properties": {
    "id": {
      "type": "string",
      "title": "Id"
    }
  },
  "type": "object",
  "required": [
    "id"
  ],
  "description": "Data about a previous audio response from the model.\n[Learn more](https://platform.openai.com/docs/guides/audio)."
}