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:
@@ -4653,6 +4653,9 @@
|
||||
"requires_auth": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"skip_canonical_filtering": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"supports_streaming": {
|
||||
"type": "boolean",
|
||||
"nullable": true
|
||||
|
||||
@@ -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