Skip to content

Commit 3e36dc5

Browse files
committed
up
1 parent 8a0bbcc commit 3e36dc5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_examples.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,6 @@ async def call_tool(
527527
'What do I have on my calendar today?': "You're going to spend all day playing with Pydantic AI.",
528528
'Write a long story about a cat': 'Once upon a time, there was a curious cat named Whiskers who loved to explore the world around him...',
529529
'What is the first sentence on https://ai.pydantic.dev?': 'Pydantic AI is a Python agent framework designed to make it less painful to build production grade applications with Generative AI.',
530-
'What is this? https://ai.pydantic.dev': 'A Python agent framework for building Generative AI applications.',
531530
}
532531

533532
tool_responses: dict[tuple[str, str], str] = {

0 commit comments

Comments
 (0)