Vapi · Schema
AssistantMessageEvaluationContinuePlan
Artificial IntelligenceVoiceAgentsReal-TimeCPaaS
Properties
| Name | Type | Description |
|---|---|---|
| exitOnFailureEnabled | boolean | This is whether the evaluation should exit if the assistant message evaluates to false. By default, it is false and the evaluation will continue. @default false |
| contentOverride | string | This is the content that will be used in the conversation for this assistant turn moving forward if provided. It will override the content received from the model. |
| toolCallsOverride | array | This is the tool calls that will be used in the conversation for this assistant turn moving forward if provided. It will override the tool calls received from the model. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/AssistantMessageEvaluationContinuePlan",
"title": "AssistantMessageEvaluationContinuePlan",
"type": "object",
"properties": {
"exitOnFailureEnabled": {
"type": "boolean",
"description": "This is whether the evaluation should exit if the assistant message evaluates to false.\nBy default, it is false and the evaluation will continue.\n@default false"
},
"contentOverride": {
"type": "string",
"description": "This is the content that will be used in the conversation for this assistant turn moving forward if provided.\nIt will override the content received from the model.",
"example": "The weather in San Francisco is sunny.",
"maxLength": 1000
},
"toolCallsOverride": {
"description": "This is the tool calls that will be used in the conversation for this assistant turn moving forward if provided.\nIt will override the tool calls received from the model.",
"example": "[{ name: \"get_weather\", arguments: { city: \"San Francisco\" } }]",
"type": "array",
"items": {
"$ref": "#/components/schemas/ChatEvalAssistantMessageMockToolCall"
}
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/vapi-assistantmessageevaluationcontinueplan"
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.