diff --git a/examples/function_calling_scaffold.py b/examples/function_calling_scaffold.py index aae6e50..387d49f 100644 --- a/examples/function_calling_scaffold.py +++ b/examples/function_calling_scaffold.py @@ -10,9 +10,8 @@ class Pipeline(FunctionCallingBlueprint): 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):