소스 검색

添加appId字段

S0025136190 9 달 전
부모
커밋
5f4326e6e6
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/components/chat.tsx

+ 1 - 0
app/components/chat.tsx

@@ -612,6 +612,7 @@ export function ChatActions(props: {
   const fetchGuessList = async (record: ChatMessage) => {
     try {
       const data = {
+        appId: session.appId,
         messages: [
           {
             content: record.content,