2
0
Shun Miyazawa 1 жил өмнө
parent
commit
19baf1f590

+ 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');
 const logger = loggerFactory('growi:routes:apiv3:openai:thread');
 
 
 type CreateThreadReq = Request<undefined, ApiV3Response, {
 type CreateThreadReq = Request<undefined, ApiV3Response, {
-  userMessage: string,
   threadId?: string,
   threadId?: string,
 }>
 }>