Browse Source

rm unnec body

Shun Miyazawa 1 year ago
parent
commit
19baf1f590
1 changed files with 0 additions and 1 deletions
  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,
 }>