Skip to content

Commit c8cccc4

Browse files
authored
Merge pull request #37 from universal-tool-calling-protocol/dev
Fix incorrect tool field
2 parents 1fa658c + b2ec0e2 commit c8cccc4

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)