Skip to content

Commit

Permalink
chore: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tjbck committed Jun 1, 2024
1 parent 5b8b9d8 commit eb8ff0d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/function_calling_scaffold.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ class Tools:
def __init__(self, pipeline) -> None:
self.pipeline = pipeline

# Add your custom tools here
# Add your custom tools using pure Python code here, make sure to add type hints
# Please refer to function_calling_filter_pipeline.py for an example
# Pure Python code can be added here
pass

def __init__(self):
Expand Down

0 comments on commit eb8ff0d

Please sign in to comment.