Skip to content

dependabit / manifest/src / LLMConfig

Type Alias: LLMConfig

ts
type LLMConfig = z.infer<typeof LLMConfigSchema>;

Defined in: packages/manifest/src/schema.ts:384

LLM provider configuration stored inside the manifest's generatedBy section and in DependabitConfig.llm.

Config

Pitfalls

  • model is optional and defaults to the provider's current default. Omitting it means model changes in new SDK versions can silently alter detection behaviour.

Released under the MIT License.