Letta · Schema

FeedbackType

AIAgentsStateful AgentsMemoryMemGPTContinual LearningMCPMulti-AgentRAGOpen Source
View JSON Schema on GitHub

JSON Schema

letta-feedbacktype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FeedbackType",
  "title": "FeedbackType",
  "type": "string",
  "enum": [
    "positive",
    "negative"
  ]
}