planet icon indicating copy to clipboard operation
planet copied to clipboard

chat: assistants api depraction (fixes #9230)

Open Mutugiii opened this issue 1 month ago • 0 comments

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

Mutugiii avatar Oct 21 '25 10:10 Mutugiii