planet
planet copied to clipboard
chat: assistants api depraction (fixes #9230)
Fixes #9230
Drop the assistants (getting deprecated) & completions API endpoints in favor of the responses API
- This changes fundamental architecture of our chatapi and allows us to resend the responseId instead of the entire conversation array for context management.
- We switch to using the 'developer' conversation role to handle both initial and conversational prep data