Shun Miyazawa 1 год назад
Родитель
Сommit
19baf1f590
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      apps/app/src/features/openai/server/routes/thread.ts

+ 0 - 1
apps/app/src/features/openai/server/routes/thread.ts

@@ -14,7 +14,6 @@ import { certifyAiService } from './middlewares/certify-ai-service';
 const logger = loggerFactory('growi:routes:apiv3:openai:thread');
 
 type CreateThreadReq = Request<undefined, ApiV3Response, {
-  userMessage: string,
   threadId?: string,
 }>