Files
tuna/AISApp
retoor ee7d5d48bd refactor: extract ais module from rest handler into dedicated package
Move all AI-related logic including ChatMessage/ChatRequest DTOs, AIS class with HTTP client and model definitions, and chat completion endpoint handler from Program.cs into a new AISApp/ais package. This reduces the main handler file from 650 lines to 19 lines, isolates AI-specific concerns, and enables independent testing of AI capabilities without coupling to the REST infrastructure.
2025-09-14 11:31:28 +00:00
..