3 Commits

Author SHA1 Message Date
Kazuhiro Sera a6ce52d255 docs: use decorators module throughout examples (#3946) 2026-07-28 07:57:19 +09:00
Kazuhiro Sera 8bc42640f8 Add runner script for examples and refresh sample outputs (#2289) 2026-01-10 17:08:00 +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