Skip to content

Commit

Permalink
Merge pull request #1 from yiannisha/rollback
Browse files Browse the repository at this point in the history
Rollback
  • Loading branch information
yiannisha authored Oct 2, 2024
2 parents 03c7cdf + 9d5581c commit 9eb38d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/llm_tool/tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def inner(func: Callable) -> DefinedFunction:
if func_params := inspect.signature(func).parameters:

for key, value in func_params.items():
# ignore self

if key == 'self':
continue

Expand Down

0 comments on commit 9eb38d7

Please sign in to comment.