refac
This commit is contained in:
@@ -36,6 +36,10 @@
|
||||
citations: {
|
||||
label: $i18n.t('Citations'),
|
||||
description: $i18n.t('Displays citations in the response')
|
||||
},
|
||||
status_updates: {
|
||||
label: $i18n.t('Status Updates'),
|
||||
description: $i18n.t('Displays status updates (e.g., web search progress) in the response')
|
||||
}
|
||||
};
|
||||
|
||||
@@ -47,6 +51,7 @@
|
||||
code_interpreter?: boolean;
|
||||
usage?: boolean;
|
||||
citations?: boolean;
|
||||
status_updates?: boolean;
|
||||
} = {};
|
||||
</script>
|
||||
|
||||
|
||||
@@ -86,6 +86,7 @@
|
||||
image_generation: true,
|
||||
code_interpreter: true,
|
||||
citations: true,
|
||||
status_updates: true,
|
||||
usage: undefined
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user