Helicone · Schema

ChatCompletionMessageToolCall

A call to a function tool created by the model.

AI GatewaysAI MonitoringGatewaysLLM ObservabilityLLM RoutingPrompt Management
View JSON Schema on GitHub

JSON Schema

helicone-chatcompletionmessagetoolcall-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ChatCompletionMessageToolCall",
  "title": "ChatCompletionMessageToolCall",
  "anyOf": [
    {
      "$ref": "#/components/schemas/ChatCompletionMessageFunctionToolCall"
    },
    {
      "$ref": "#/components/schemas/ChatCompletionMessageCustomToolCall"
    }
  ],
  "description": "A call to a function tool created by the model."
}