This commit is contained in:
Timothy Jaeryang Baek
2025-09-07 05:17:38 +04:00
parent cd5e2be27b
commit 6dc0df2473
4 changed files with 33 additions and 8 deletions

View File

@@ -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>

View File

@@ -86,6 +86,7 @@
image_generation: true,
code_interpreter: true,
citations: true,
status_updates: true,
usage: undefined
};