overhaul provider inventory and agent/model selection (#8652)
Signed-off-by: Bradley Axen <baxen@squareup.com>
This commit is contained in:
@@ -970,6 +970,10 @@ export type ProviderMetadata = {
|
||||
* Link to the docs where models can be found
|
||||
*/
|
||||
model_doc_link: string;
|
||||
/**
|
||||
* Hint shown in the model picker when this provider manages its own model selection.
|
||||
*/
|
||||
model_selection_hint?: string | null;
|
||||
/**
|
||||
* The unique identifier for this provider
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user