2 Achegas a19fad7fab ... d1fe03f5e0

Autor SHA1 Mensaxe Data
  yuanrf d1fe03f5e0 Merge branch 'develop' of http://132.232.92.186:3000/yuanrf/OA2023 into develop hai 2 meses
  yuanrf 05af248708 ++ hai 2 meses
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      OASystem/OASystem.Api/Controllers/AITestController.cs

+ 1 - 0
OASystem/OASystem.Api/Controllers/AITestController.cs

@@ -356,6 +356,7 @@ namespace OASystem.API.Controllers
 
         /// <summary>
         /// DeepSeek 带上下文的流式对话测试。响应为 NDJSON:每行一条 JSON,phase 为 reasoning、content 或 error。
+        /// system | user | assistant 角色。
         /// </summary>
         [HttpPost("deepseek-chat-stream-with-history")]
         public async Task<IActionResult> DeepSeekChatStreamWithHistory(