feat(gcp-vertex): add model list with org policy filtering (#6393)
Signed-off-by: rabi <ramishra@redhat.com>
This commit is contained in:
@@ -630,6 +630,10 @@ export type ProviderEngine = 'openai' | 'ollama' | 'anthropic';
|
||||
* Metadata about a provider's configuration requirements and capabilities
|
||||
*/
|
||||
export type ProviderMetadata = {
|
||||
/**
|
||||
* Whether this provider allows entering model names not in the fetched list
|
||||
*/
|
||||
allows_unlisted_models?: boolean;
|
||||
/**
|
||||
* Required configuration keys
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user