Commit Graph

10 Commits

Author SHA1 Message Date
Cameron Pfiffer
25e893da14 fix: correct messages API method from send to create (#4299)
Updated documentation examples to use the correct API method:
- Changed groups.messages.send() to groups.messages.create()
- Changed agents.messages.send() to agents.messages.create()
- Updated parameter format to use messages array with role/content

Fixes inconsistent API usage across documentation and examples.
2025-09-03 13:44:12 -07:00
cthomas
a7dc025351 chore: replace ada-002 model default (#3140) 2025-07-02 16:12:08 -07:00
cthomas
29feb4c55c docs: fix python examples (#829) 2025-01-29 14:13:22 -08:00
cthomas
11d871785a feat: add content union type for requests (#762) 2025-01-23 20:25:00 -08:00
cthomas
98c5702ef9 chore: rename metadata_ field to metadata in pydantic (#732) 2025-01-22 19:05:41 -08:00
cthomas
48642b484d chore: rename llm handle field to model in create agent req (#718) 2025-01-21 17:55:39 -08:00
cthomas
8bd695f64b chore: migrate examples to use latest sdk ver (#690) 2025-01-16 17:06:57 -08:00
Matthew Zhou
8711e1dc00 chore: Change create_tool endpoint on v1 routes to error instead of upsert (#2102) 2024-11-25 10:46:15 -08:00
Sarah Wooders
0c20ec3582 core: update notebooks to 0.5.2 and add agent cleanup (error on duplicate names) (#2038) 2024-11-19 15:02:53 -08:00
Sarah Wooders
e59002453e feat: add example notebooks (#2001) 2024-11-06 21:39:43 -08:00