"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "89399f1a3c916c81ecefd69ef1c11b54427b7ec4"
Commit 03bb4bcd authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

refac: tool specs

parent 2d795cff
......@@ -67,6 +67,7 @@ def get_tools_specs(tools) -> List[dict]:
function
).parameters.items()
if param.default is param.empty
and not (name.startswith("__") and name.endswith("__"))
],
},
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment