Document and reformat
This commit is contained in:
parent
44e5b66e2d
commit
7165174f4f
15 changed files with 136 additions and 39 deletions
|
|
@ -82,4 +82,6 @@ class Trace(Generic[T], HashableBaseModel):
|
|||
}
|
||||
|
||||
def __repr__(self) -> str:
|
||||
return f"Trace[{type(self.output).__name__}]({pformat(self.dict(), indent=2, compact=True)})"
|
||||
return f"""Trace[{type(self.output).__name__}]({
|
||||
pformat(self.dict(), indent=2, compact=True).replace('{ ', '{', 1)
|
||||
})"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue