You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,8 @@ agent = Agent(
61
61
)
62
62
63
63
# Run the agent synchronously, conducting a conversation with the LLM.
64
-
# Here the exchange should be very short: PydanticAI will send the system prompt and the user query to the LLM, the model will return a text response. See below for a more complex run.
64
+
# Here the exchange should be very short: PydanticAI will send the system prompt and the user query to the LLM,
65
+
# the model will return a text response. See below for a more complex run.
65
66
result = agent.run_sync('Where does "hello world" come from?')
0 commit comments