Skip to content

Commit 841c1a0

Browse files
Fix CI
1 parent ded5dde commit 841c1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackone_ai/meta_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def _create_execute_tool(api_key: str, opts: MetaToolsOptions) -> ExecuteMetaToo
256256
},
257257
"parameters": {
258258
"type": "object",
259-
"description": "Parameters for the tool. Pass an empty object {} if no parameters are needed.",
259+
"description": "Parameters for the tool. Pass {} if none needed.",
260260
},
261261
},
262262
)

0 commit comments

Comments
 (0)