File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -419,7 +419,7 @@ const quickInputRef = ref()
419419const props = withDefaults (
420420 defineProps <{
421421 applicationDetails: any
422- type: ' log' | ' ai-chat' | ' debug-ai-chat'
422+ type: ' log' | ' ai-chat' | ' debug-ai-chat' | ' share '
423423 loading: boolean
424424 isMobile: boolean
425425 appId? : string
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import useStore from '@/stores'
3232const props = defineProps <{
3333 application: any
3434 available: boolean
35- type: ' log' | ' ai-chat' | ' debug-ai-chat'
35+ type: ' log' | ' ai-chat' | ' debug-ai-chat' | ' share '
3636 sendMessage: (question : string , other_params_data ? : any , chat ? : chatType ) => void
3737}>()
3838
Original file line number Diff line number Diff line change 2323defineProps <{
2424 text: string
2525 application: any
26- type: ' log' | ' ai-chat' | ' debug-ai-chat'
26+ type: ' log' | ' ai-chat' | ' debug-ai-chat' | ' share '
2727}>()
2828 </script >
2929<style lang="scss" scoped>
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ const {
6262} = route
6363const props = defineProps <{
6464 application: any
65- type: ' log' | ' ai-chat' | ' debug-ai-chat'
65+ type: ' log' | ' ai-chat' | ' debug-ai-chat' | ' share '
6666 api_form_data: any
6767 form_data: any
6868 first? : boolean
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ const props = withDefaults(
8080 chat_record_id? : string
8181 runtime_node_id? : string
8282 disabled? : boolean
83- type? : ' log' | ' ai-chat' | ' debug-ai-chat'
83+ type? : ' log' | ' ai-chat' | ' debug-ai-chat' | ' share '
8484 }>(),
8585 {
8686 source: ' ' ,
You can’t perform that action at this time.
0 commit comments