mirror of
https://github.com/open-webui/pipelines
synced 2025-05-10 23:50:45 +00:00
chore: comments
This commit is contained in:
parent
5b8b9d8f6d
commit
eb8ff0d12d
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user