parent
0435e1e494
commit
4711527222
@ -554,7 +554,10 @@ function chatMessage(chat?: any, problem?: string, re_chat?: boolean, other_para
|
|||||||
if (props.type === 'debug-ai-chat') {
|
if (props.type === 'debug-ai-chat') {
|
||||||
getSourceDetail(chat)
|
getSourceDetail(chat)
|
||||||
} else {
|
} else {
|
||||||
if (props.applicationDetails && props.applicationDetails.show_exec) {
|
if (
|
||||||
|
props.applicationDetails &&
|
||||||
|
(props.applicationDetails.show_exec || props.applicationDetails.show_source)
|
||||||
|
) {
|
||||||
getSourceDetail(chat)
|
getSourceDetail(chat)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user