refac: tool specs

This commit is contained in:
Timothy J. Baek 2024-06-22 13:47:57 -07:00
parent 2d795cffe0
commit 03bb4bcda6
1 changed files with 1 additions and 0 deletions

View File

@ -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("__"))
],
},
}