forked from phoenix/litellm-mirror
trying to add docs
This commit is contained in:
parent
0fe8799f94
commit
2cf949990e
834 changed files with 0 additions and 161273 deletions
|
@ -1,15 +0,0 @@
|
|||
```python
|
||||
class Chain(BaseModel, ABC):
|
||||
"""Base interface that all chains should implement."""
|
||||
|
||||
memory: BaseMemory
|
||||
callbacks: Callbacks
|
||||
|
||||
def __call__(
|
||||
self,
|
||||
inputs: Any,
|
||||
return_only_outputs: bool = False,
|
||||
callbacks: Callbacks = None,
|
||||
) -> Dict[str, Any]:
|
||||
...
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue