mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 22:03:48 +00:00
fix: fix checking if provider is authenticated
This commit is contained in:
parent
b76d83577a
commit
80ce95f886
13 changed files with 801 additions and 6 deletions
|
|
@ -805,12 +805,17 @@
|
|||
"required": [
|
||||
"id",
|
||||
"installed",
|
||||
"credentialsAvailable",
|
||||
"capabilities"
|
||||
],
|
||||
"properties": {
|
||||
"capabilities": {
|
||||
"$ref": "#/components/schemas/AgentCapabilities"
|
||||
},
|
||||
"credentialsAvailable": {
|
||||
"type": "boolean",
|
||||
"description": "Whether the agent's required provider credentials are available"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue