Currently, ``OpenAiChatService`` uses Chat Completions API whilst ``OpenAiAssistant`` uses Assistants API (which is deprecated). Move out of Assistants API and use Responses API instead of Chat Completions API where possible.