From b2ec0e2e3952ec64366f39781d2d3fe6b4e12b70 Mon Sep 17 00:00:00 2001 From: Razvan Radulescu <43811028+h3xxit@users.noreply.github.com> Date: Tue, 26 Aug 2025 17:06:32 +0200 Subject: [PATCH] Fix incorrect tool field --- docs/index.md | 2 +- versioned_docs/version-1.0/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index d7f0aae..4f0a4e4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -84,7 +84,7 @@ def utcp_discovery(): "conditions": {"type": "string"} } }, - "call_template": { + "tool_call_template": { "call_template_type": "http", "url": "https://example.com/api/weather", "http_method": "GET" diff --git a/versioned_docs/version-1.0/index.md b/versioned_docs/version-1.0/index.md index d7f0aae..4f0a4e4 100644 --- a/versioned_docs/version-1.0/index.md +++ b/versioned_docs/version-1.0/index.md @@ -84,7 +84,7 @@ def utcp_discovery(): "conditions": {"type": "string"} } }, - "call_template": { + "tool_call_template": { "call_template_type": "http", "url": "https://example.com/api/weather", "http_method": "GET"