Skip to content

Commit

Permalink
removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
Avi-Robusta committed Dec 19, 2024
1 parent e7c6c76 commit 68c1682
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions holmes/core/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ class Tool(ABC, BaseModel):
def get_openai_format(self, model: Optional[str]):
tool_properties = {}
for param_name, param_attributes in self.parameters.items():
if param_attributes.type is None:
logging.warning(f"param_name {param_name}")
tool_properties[param_name] = {"type": param_attributes.type}
if param_attributes.description is not None:
tool_properties[param_name][
Expand Down

0 comments on commit 68c1682

Please sign in to comment.