File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ openapi: 3.0.2
2
2
info :
3
3
title : Superagent
4
4
description : The Open Source AI Assistant Framework & API
5
- version : 0.2.8
5
+ version : 0.2.10
6
6
servers :
7
7
- url : https://api.beta.superagent.sh
8
8
paths :
@@ -195,8 +195,8 @@ paths:
195
195
$ref : ' #/components/schemas/HTTPValidationError'
196
196
security :
197
197
- HTTPBearer : []
198
- x-fern-sdk-method-name : invoke
199
198
x-fern-sdk-group-name : agent
199
+ x-fern-sdk-method-name : invoke
200
200
/api/v1/agents/{agent_id}/llms :
201
201
post :
202
202
tags :
@@ -1282,6 +1282,18 @@ paths:
1282
1282
$ref : ' #/components/schemas/HTTPValidationError'
1283
1283
security :
1284
1284
- HTTPBearer : []
1285
+ /api/v1/workflows/config/schema :
1286
+ get :
1287
+ tags :
1288
+ - Workflow Config
1289
+ summary : Get Schema
1290
+ operationId : get_schema_api_v1_workflows_config_schema_get
1291
+ responses :
1292
+ ' 200 ' :
1293
+ description : Successful Response
1294
+ content :
1295
+ application/json :
1296
+ schema : {}
1285
1297
/api/v1/workflows/{workflow_id}/config :
1286
1298
post :
1287
1299
tags :
You can’t perform that action at this time.
0 commit comments