Skip to content

Commit a83b641

Browse files
authored
Update README.md to make the comment fitted in screen (#115)
1 parent 8d37cfd commit a83b641

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ agent = Agent(
6161
)
6262

6363
# 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.
6566
result = agent.run_sync('Where does "hello world" come from?')
6667
print(result.data)
6768
"""

0 commit comments

Comments
 (0)