overhaul provider inventory and agent/model selection (#8652)

Signed-off-by: Bradley Axen <baxen@squareup.com>
This commit is contained in:
Bradley Axen
2026-04-20 15:00:17 -07:00
committed by GitHub
parent 3d582943fd
commit 8eda6fdabc
70 changed files with 5321 additions and 2123 deletions
+4
View File
@@ -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
*/