Skip to content

Conversation

cjumel
Copy link
Contributor

@cjumel cjumel commented Sep 29, 2025

Description

Besides the README change, I added check with pydocstyle, following what's done in the pydantic package.

Checklist

  • I have installed pre-commit on this project (for instance with the make install-dev command)
    before creating any commit, or I have run successfully the make lint command on my changes
  • I have run successfully the make test command on my changes
  • I have updated the README.md if my changes affected it

@cjumel cjumel requested review from vlapparov and removed request for BruceWouaigne September 30, 2025 14:39
print(search_response.model_dump())

asyncio.run(main())
# Response:

Choose a reason for hiding this comment

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

Maybe wrap the response in something more readable? We have many beautiful options in the markdown

Copy link
Contributor Author

Choose a reason for hiding this comment

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

What do you have in mind more precisely?
The reason I use this format is to reflect clearly the structure of the output, and to keep a dependency-free snippet (except for the sdk itself)

@cjumel cjumel requested a review from vlapparov October 1, 2025 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants