feat: add configurable client tools and photo input
This commit is contained in:
@@ -34,9 +34,11 @@ from services.workflow.models import LLMRouteResult, RouteStatus
|
||||
class FakeLLM:
|
||||
def __init__(self):
|
||||
self.functions = {}
|
||||
self.function_options = {}
|
||||
|
||||
def register_function(self, name, handler):
|
||||
def register_function(self, name, handler, **options):
|
||||
self.functions[name] = handler
|
||||
self.function_options[name] = options
|
||||
|
||||
|
||||
class FakeCallEnd:
|
||||
|
||||
Reference in New Issue
Block a user