refactor: trim provider helper exports

This commit is contained in:
Peter Steinberger
2026-05-01 20:13:55 +01:00
parent c6cb7b4801
commit b119cefae2
2 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ export const KILOCODE_DEFAULT_MODEL_ID = "kilo/auto";
export const KILOCODE_DEFAULT_MODEL_REF = `kilocode/${KILOCODE_DEFAULT_MODEL_ID}`;
export const KILOCODE_DEFAULT_MODEL_NAME = "Kilo Auto";
export type KilocodeModelCatalogEntry = {
type KilocodeModelCatalogEntry = {
id: string;
name: string;
reasoning: boolean;