Fix appId missing in annotations (#6699)
This commit is contained in:
@@ -495,7 +495,7 @@ function DetailPanel<T extends ChatConversationFullDetailResponse | CompletionCo
|
|||||||
>
|
>
|
||||||
<Chat
|
<Chat
|
||||||
config={{
|
config={{
|
||||||
app_id: appDetail?.id,
|
appId: appDetail?.id,
|
||||||
text_to_speech: {
|
text_to_speech: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user