Skip to content

Conversation

@atinylittleshell
Copy link

@atinylittleshell atinylittleshell commented Nov 27, 2025

Fixes #3562.

@atinylittleshell
Copy link
Author

atinylittleshell commented Nov 29, 2025

@DouweM I just updated the PR as discussed and fixed CI failures - should be pretty clean now!

Comment on lines +500 to +506
agent = Agent('openai:gpt-5', toolsets=[server])


async def main():
result = await agent.run('How many days between 2000-01-01 and 2025-03-18?')
print(result.output)
#> There are 9,208 days between January 1, 2000, and March 18, 2025.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's remove these lines from the example as they don't add much

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this can't be removed because the doc test case requires it

@atinylittleshell
Copy link
Author

@DouweM ready for another look! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support customizing clientInfo when connecting to MCP servers

2 participants