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 5d389c7 commit cf348b1Copy full SHA for cf348b1
pai-pydantic/simple.py
@@ -20,4 +20,4 @@ class Person(BaseModel):
20
instructions='Extract information about the person',
21
)
22
result = agent.run_sync("Samuel lived in London and was born on Jan 28th '87")
23
-print(repr(result.output))
+logfire.info(f'{result.output=}')
0 commit comments