feat: make ollama host configurable in goose2 (#8912)

This commit is contained in:
Kalvin C
2026-04-29 11:16:10 -07:00
committed by GitHub
parent 5fcdf31ad5
commit 000d7c58de
6 changed files with 120 additions and 6 deletions
+1
View File
@@ -19,6 +19,7 @@ export interface ProviderField {
secret: boolean;
required: boolean;
placeholder?: string;
defaultValue?: string;
}
export interface ProviderFieldValue {