浏览代码

添加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,