"...composable_kernel.git" did not exist on "fe52c94c9814b0ade7b461706c246b7cf9812f19"
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]: ...@@ -67,6 +67,7 @@ def get_tools_specs(tools) -> List[dict]:
function function
).parameters.items() ).parameters.items()
if param.default is param.empty 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