Explorar el Código

Fix appId missing in annotations (#6699)

KVOJJJin hace 9 meses
padre
commit
4839523e53
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      web/app/components/app/log/list.tsx

+ 1 - 1
web/app/components/app/log/list.tsx

@@ -495,7 +495,7 @@ function DetailPanel<T extends ChatConversationFullDetailResponse | CompletionCo
             >
               <Chat
                 config={{
-                  app_id: appDetail?.id,
+                  appId: appDetail?.id,
                   text_to_speech: {
                     enabled: true,
                   },