Letta · Schema

Function

The function that the model called.

AIAgentsStateful AgentsMemoryMemGPTContinual LearningMCPMulti-AgentRAGOpen Source

Properties

Name Type Description
arguments string
name string
View JSON Schema on GitHub

JSON Schema

letta-function-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Function-Output",
  "title": "Function",
  "properties": {
    "arguments": {
      "type": "string",
      "title": "Arguments"
    },
    "name": {
      "type": "string",
      "title": "Name"
    }
  },
  "additionalProperties": true,
  "type": "object",
  "required": [
    "arguments",
    "name"
  ],
  "description": "The function that the model called."
}