Skip to content

Commit

Permalink
Update OpenAPI Spec
Browse files Browse the repository at this point in the history
  • Loading branch information
homanp committed Feb 24, 2024
1 parent 4874c21 commit 2a59f38
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions fern/apis/prod/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.2
info:
title: Superagent
description: The Open Source AI Assistant Framework & API
version: 0.2.8
version: 0.2.10
servers:
- url: https://api.beta.superagent.sh
paths:
Expand Down Expand Up @@ -195,8 +195,8 @@ paths:
$ref: '#/components/schemas/HTTPValidationError'
security:
- HTTPBearer: []
x-fern-sdk-method-name: invoke
x-fern-sdk-group-name: agent
x-fern-sdk-method-name: invoke
/api/v1/agents/{agent_id}/llms:
post:
tags:
Expand Down Expand Up @@ -1282,6 +1282,18 @@ paths:
$ref: '#/components/schemas/HTTPValidationError'
security:
- HTTPBearer: []
/api/v1/workflows/config/schema:
get:
tags:
- Workflow Config
summary: Get Schema
operationId: get_schema_api_v1_workflows_config_schema_get
responses:
'200':
description: Successful Response
content:
application/json:
schema: {}
/api/v1/workflows/{workflow_id}/config:
post:
tags:
Expand Down

0 comments on commit 2a59f38

Please sign in to comment.