first commit
This commit is contained in:
Vendored
+55
@@ -0,0 +1,55 @@
|
||||
// Generated by zotero-plugin-scaffold
|
||||
/* prettier-ignore */
|
||||
/* eslint-disable */
|
||||
// @ts-nocheck
|
||||
export type FluentMessageId =
|
||||
| 'chat-add-selection'
|
||||
| 'chat-clear'
|
||||
| 'chat-cleared'
|
||||
| 'chat-done'
|
||||
| 'chat-loading'
|
||||
| 'chat-need-config'
|
||||
| 'chat-no-reply'
|
||||
| 'chat-note-saved'
|
||||
| 'chat-placeholder'
|
||||
| 'chat-save-note'
|
||||
| 'chat-selection-added'
|
||||
| 'chat-selection-empty'
|
||||
| 'chat-send'
|
||||
| 'chat-stop'
|
||||
| 'chat-stopped'
|
||||
| 'chat-summarize'
|
||||
| 'chat-thinking'
|
||||
| 'item-section-chat-head'
|
||||
| 'item-section-chat-sidenav'
|
||||
| 'itemmenu-label'
|
||||
| 'prefs-answer-language'
|
||||
| 'prefs-api-key'
|
||||
| 'prefs-base-url'
|
||||
| 'prefs-hint-cloud'
|
||||
| 'prefs-hint-empty'
|
||||
| 'prefs-hint-local'
|
||||
| 'prefs-hint-openrouter'
|
||||
| 'prefs-max-context'
|
||||
| 'prefs-max-tokens'
|
||||
| 'prefs-model'
|
||||
| 'prefs-models-empty'
|
||||
| 'prefs-models-pick'
|
||||
| 'prefs-openrouter-referer'
|
||||
| 'prefs-openrouter-title'
|
||||
| 'prefs-privacy'
|
||||
| 'prefs-provider'
|
||||
| 'prefs-refresh-models'
|
||||
| 'prefs-reset'
|
||||
| 'prefs-section-generation'
|
||||
| 'prefs-section-openrouter'
|
||||
| 'prefs-section-prompts'
|
||||
| 'prefs-section-provider'
|
||||
| 'prefs-send-metadata'
|
||||
| 'prefs-summary-prompt'
|
||||
| 'prefs-system-prompt'
|
||||
| 'prefs-temperature'
|
||||
| 'prefs-timeout'
|
||||
| 'prefs-title'
|
||||
| 'startup-begin'
|
||||
| 'startup-finish';
|
||||
Reference in New Issue
Block a user