Skip to content

PromptScript API


Variable: GEMINI_VERSIONS

const GEMINI_VERSIONS: object

Defined in: formatters/src/formatters/gemini.ts:17

Gemini formatter version information.

Type Declaration

full

readonly full: object

full.description

readonly description: "Multifile (Gemini has no agent concept, equivalent to multifile)" = 'Multifile (Gemini has no agent concept, equivalent to multifile)'

full.name

readonly name: "full" = 'full'

full.outputPath

readonly outputPath: "GEMINI.md" = 'GEMINI.md'

multifile

readonly multifile: object

multifile.description

readonly description: "GEMINI.md + .gemini/commands/<name>.toml + .gemini/skills/<name>/skill.md" = 'GEMINI.md + .gemini/commands/<name>.toml + .gemini/skills/<name>/skill.md'

multifile.name

readonly name: "multifile" = 'multifile'

multifile.outputPath

readonly outputPath: "GEMINI.md" = 'GEMINI.md'

simple

readonly simple: object

simple.description

readonly description: "Single GEMINI.md file" = 'Single GEMINI.md file'

simple.name

readonly name: "simple" = 'simple'

simple.outputPath

readonly outputPath: "GEMINI.md" = 'GEMINI.md'