Skip to content

Commit b2ec0e2

Browse files
committed
Fix incorrect tool field
1 parent 453d7dd commit b2ec0e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def utcp_discovery():
8484
"conditions": {"type": "string"}
8585
}
8686
},
87-
"call_template": {
87+
"tool_call_template": {
8888
"call_template_type": "http",
8989
"url": "https://example.com/api/weather",
9090
"http_method": "GET"

versioned_docs/version-1.0/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def utcp_discovery():
8484
"conditions": {"type": "string"}
8585
}
8686
},
87-
"call_template": {
87+
"tool_call_template": {
8888
"call_template_type": "http",
8989
"url": "https://example.com/api/weather",
9090
"http_method": "GET"

0 commit comments

Comments
 (0)