Perplexity · Schema

ToolCallDetails

Details about a tool call invocation

Properties

Name Type Description
invocation integer Number of times this tool was invoked
View JSON Schema on GitHub

JSON Schema

perplexity-toolcalldetails-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ToolCallDetails",
  "title": "ToolCallDetails",
  "description": "Details about a tool call invocation",
  "properties": {
    "invocation": {
      "description": "Number of times this tool was invoked",
      "format": "int64",
      "type": "integer"
    }
  },
  "type": "object"
}