mirror of
https://github.com/rait-09/obsidian-agent-client.git
synced 2026-07-22 06:43:37 +00:00
chore: translate the leftover Japanese JSDoc comments
This commit is contained in:
parent
edc8195889
commit
735cbc3e4e
1 changed files with 2 additions and 2 deletions
|
|
@ -71,9 +71,9 @@ export interface PresetAgentDefinition {
|
|||
* presets with non-empty defaults the args are effectively unclearable).
|
||||
*/
|
||||
defaultArgs: string[];
|
||||
/** data.json 旧形式 per-agent sub-object key (original four presets only). */
|
||||
/** Legacy data.json per-agent sub-object key (original four presets only). */
|
||||
legacySettingsKey?: "claude" | "codex" | "gemini" | "mistralVibe";
|
||||
/** data.json 旧形式 top-level command-path key (claude / gemini only). */
|
||||
/** Legacy data.json top-level command-path key (claude / gemini only). */
|
||||
legacyCommandPathKey?: string;
|
||||
apiKey?: PresetAgentApiKey;
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue