fix: add skip_canonical_filtering to declarative providers (#8052)
Signed-off-by: Douwe Osinga <douwe@squareup.com> Co-authored-by: Douwe Osinga <douwe@squareup.com>
This commit is contained in:
@@ -217,6 +217,7 @@ export type DeclarativeProviderConfig = {
|
||||
models: Array<ModelInfo>;
|
||||
name: string;
|
||||
requires_auth?: boolean;
|
||||
skip_canonical_filtering?: boolean;
|
||||
supports_streaming?: boolean | null;
|
||||
timeout_seconds?: number | null;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user