We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9376d9f commit b107fd6Copy full SHA for b107fd6
src/litai/tools.py
@@ -126,7 +126,7 @@ def setup(self) -> None:
126
self.name = model.__name__
127
self.description = model.__doc__ or ""
128
129
- def run(self, *args, **kwargs) -> Any:
+ def run(self, *args, **kwargs) -> Any: # type: ignore
130
# Default implementation: validate & return an instance
131
return model(*args, **kwargs)
132
0 commit comments