Letta · Schema

ChatCompletionContentPartRefusalParam

AIAgentsStateful AgentsMemoryMemGPTContinual LearningMCPMulti-AgentRAGOpen Source

Properties

Name Type Description
refusal string
type string
View JSON Schema on GitHub

JSON Schema

letta-chatcompletioncontentpartrefusalparam-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ChatCompletionContentPartRefusalParam",
  "title": "ChatCompletionContentPartRefusalParam",
  "properties": {
    "refusal": {
      "type": "string",
      "title": "Refusal"
    },
    "type": {
      "type": "string",
      "const": "refusal",
      "title": "Type"
    }
  },
  "type": "object",
  "required": [
    "refusal",
    "type"
  ]
}