Letta · Schema

Custom

The custom tool that the model called.

AIAgentsStateful AgentsMemoryMemGPTContinual LearningMCPMulti-AgentRAGOpen Source

Properties

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

JSON Schema

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