chore: Add inputs parameter to end method in BaseTracer
This commit is contained in:
parent
a180e9e7c4
commit
b19264506c
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ class BaseTracer(ABC):
|
|||
@abstractmethod
|
||||
def end(
|
||||
self,
|
||||
inputs: dict[str, Any],
|
||||
outputs: Dict[str, Any],
|
||||
error: str | None = None,
|
||||
metadata: dict[str, Any] | None = None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue