Skip to content

Commit 52f2f86

Browse files
committed
up
1 parent c048d15 commit 52f2f86

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/builtin-tools.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,9 @@ result = agent.run_sync(
376376
'Compare the documentation at https://ai.pydantic.dev and https://docs.pydantic.dev'
377377
)
378378
print(result.output)
379+
"""
380+
Both sites provide comprehensive documentation for Pydantic projects. ai.pydantic.dev focuses on PydanticAI, a framework for building AI agents, while docs.pydantic.dev covers Pydantic, the data validation library. They share similar documentation styles and both emphasize type safety and developer experience.
381+
"""
379382
```
380383

381384
## Memory Tool

0 commit comments

Comments
 (0)