Vapi · Schema

AssistantMessageJudgePlanAI

Artificial IntelligenceVoiceAgentsReal-TimeCPaaS

Properties

Name Type Description
model object This is the model to use for the LLM-as-a-judge. If not provided, will default to the assistant's model. The instructions on how to evaluate the model output with this LLM-Judge must be passed as a sy
type string This is the type of the judge plan. Use 'ai' to evaluate the assistant message content using LLM-as-a-judge. @default 'ai'
autoIncludeMessageHistory boolean This is the flag to enable automatically adding the liquid variable {{messages}} to the model's messages array This is only applicable if the user has not provided any messages in the model's messages
View JSON Schema on GitHub

JSON Schema

vapi-assistantmessagejudgeplanai-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AssistantMessageJudgePlanAI",
  "title": "AssistantMessageJudgePlanAI",
  "type": "object",
  "properties": {
    "model": {
      "description": "This is the model to use for the LLM-as-a-judge.\nIf not provided, will default to the assistant's model.\n\nThe instructions on how to evaluate the model output with this LLM-Judge must be passed as a system message in the messages array of the model.\n\nThe Mock conversation can be passed to the LLM-Judge to evaluate using the prompt {{messages}} and will be evaluated as a LiquidJS Variable. To access and judge only the last message, use {{messages[-1]}}\n\nThe LLM-Judge must respond with \"pass\" or \"fail\" and only those two responses are allowed.",
      "example": "{",
      "oneOf": [
        {
          "$ref": "#/components/schemas/EvalOpenAIModel",
          "title": "EvalOpenAIModel"
        },
        {
          "$ref": "#/components/schemas/EvalAnthropicModel",
          "title": "EvalAnthropicModel"
        },
        {
          "$ref": "#/components/schemas/EvalGoogleModel",
          "title": "EvalGoogleModel"
        },
        {
          "$ref": "#/components/schemas/EvalCustomModel",
          "title": "EvalCustomModel"
        }
      ]
    },
    "type": {
      "type": "string",
      "enum": [
        "ai"
      ],
      "description": "This is the type of the judge plan.\nUse 'ai' to evaluate the assistant message content using LLM-as-a-judge.\n@default 'ai'"
    },
    "autoIncludeMessageHistory": {
      "type": "boolean",
      "description": "This is the flag to enable automatically adding the liquid variable {{messages}} to the model's messages array\nThis is only applicable if the user has not provided any messages in the model's messages array\n@default true"
    }
  },
  "required": [
    "model",
    "type"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/vapi-assistantmessagejudgeplanai"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.