Skip to content

Commit b04a5a0

Browse files
Bugfix: rename JSON tool from "json_tool" to "json"
1 parent 32776b8 commit b04a5a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent_loop/tools/json.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import json
22

33
tool_definition = {
4-
"name": "json_tool",
4+
"name": "json",
55
"description": "Validate and format JSON. Supports pretty-printing, minifying, and sorting keys.",
66
"input_schema": {
77
"type": "object",

0 commit comments

Comments
 (0)