Skip to content

Commit cf348b1

Browse files
committed
tweak pai-pydantic/simple.py
1 parent 5d389c7 commit cf348b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pai-pydantic/simple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ class Person(BaseModel):
2020
instructions='Extract information about the person',
2121
)
2222
result = agent.run_sync("Samuel lived in London and was born on Jan 28th '87")
23-
print(repr(result.output))
23+
logfire.info(f'{result.output=}')

0 commit comments

Comments
 (0)