Skip to content

Commit 2a59f38

Browse files
committed
Update OpenAPI Spec
1 parent 4874c21 commit 2a59f38

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

fern/apis/prod/openapi/openapi.yaml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.2
22
info:
33
title: Superagent
44
description: The Open Source AI Assistant Framework & API
5-
version: 0.2.8
5+
version: 0.2.10
66
servers:
77
- url: https://api.beta.superagent.sh
88
paths:
@@ -195,8 +195,8 @@ paths:
195195
$ref: '#/components/schemas/HTTPValidationError'
196196
security:
197197
- HTTPBearer: []
198-
x-fern-sdk-method-name: invoke
199198
x-fern-sdk-group-name: agent
199+
x-fern-sdk-method-name: invoke
200200
/api/v1/agents/{agent_id}/llms:
201201
post:
202202
tags:
@@ -1282,6 +1282,18 @@ paths:
12821282
$ref: '#/components/schemas/HTTPValidationError'
12831283
security:
12841284
- 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: {}
12851297
/api/v1/workflows/{workflow_id}/config:
12861298
post:
12871299
tags:

0 commit comments

Comments
 (0)