5 Commits

Author SHA1 Message Date
Kazuhiro Sera a6ce52d255 docs: use decorators module throughout examples (#3946) 2026-07-28 07:57:19 +09:00
Rohan Mehta 680554cc92 Image, file output types for functions (#1898)
To allow the new output types for image/file, you can now return one of
the three new types (or lists of those types, or even a typed dict
version). If you use those, we'll convert to the correct tool call
output type.

Resolves #1850
2025-10-16 13:11:02 -04:00
Kazuhiro Sera aed6359047 feat: #1731 Enable developers to use Annotated types for function tool param description (#1753)
This pull request resolves #1731
2025-09-17 14:08:54 -04:00
Abbas Asad a6378ce05a Docs: Add missing docstring to get_weather function (#1478) 2025-08-15 08:32:23 +09:00
Rohan Mehta 10aa5555af Introduce tool_use_behavior on agents 2025-03-18 21:55:12 -04:00