mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-19 14:30:52 -07:00
Show model in history (#13034)
This commit is contained in:
committed by
GitHub
parent
d257f48164
commit
1402b40cbf
@@ -483,6 +483,15 @@ const SETTINGS_SCHEMA = {
|
||||
description: 'Show citations for generated text in the chat.',
|
||||
showInDialog: true,
|
||||
},
|
||||
showModelInfoInChat: {
|
||||
type: 'boolean',
|
||||
label: 'Show Model Info In Chat',
|
||||
category: 'UI',
|
||||
requiresRestart: false,
|
||||
default: false,
|
||||
description: 'Show the model name in the chat for each model turn.',
|
||||
showInDialog: true,
|
||||
},
|
||||
useFullWidth: {
|
||||
type: 'boolean',
|
||||
label: 'Use Full Width',
|
||||
|
||||
Reference in New Issue
Block a user