mirror of
https://github.com/jeffusion/gitea-ai-assistant.git
synced 2026-06-08 23:16:50 +00:00
Fix 13 pre-existing test failures caused by SpecialistAgent constructor signature change during LLMGateway migration. Replace raw OpenAI client mock with gateway mock returning normalized LLMChatResponse objects. Update assertions for gateway request format (responseFormat, providerOptions) and LLMMessage shape (toolCallId instead of tool_call_id). Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)