mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-02 18:47:06 +00:00
Show citations at the end of each turn (#7350)
This commit is contained in:
committed by
GitHub
parent
648ab84b21
commit
71ad272a1b
@@ -219,6 +219,15 @@ export const SETTINGS_SCHEMA = {
|
||||
description: 'Show line numbers in the chat.',
|
||||
showInDialog: true,
|
||||
},
|
||||
showCitations: {
|
||||
type: 'boolean',
|
||||
label: 'Show Citations',
|
||||
category: 'UI',
|
||||
requiresRestart: false,
|
||||
default: false,
|
||||
description: 'Show citations for generated text in the chat.',
|
||||
showInDialog: true,
|
||||
},
|
||||
accessibility: {
|
||||
type: 'object',
|
||||
label: 'Accessibility',
|
||||
|
||||
Reference in New Issue
Block a user