fix: fix checking if provider is authenticated

This commit is contained in:
Nathan Flurry 2026-02-06 19:40:45 -08:00
parent b76d83577a
commit 80ce95f886
13 changed files with 801 additions and 6 deletions

View file

@ -87,6 +87,8 @@ export interface components {
};
AgentInfo: {
capabilities: components["schemas"]["AgentCapabilities"];
/** @description Whether the agent's required provider credentials are available */
credentialsAvailable: boolean;
id: string;
installed: boolean;
path?: string | null;