Skip to content

Commit

Permalink
Update OpenAPI specs
Browse files Browse the repository at this point in the history
  • Loading branch information
homanp committed Apr 19, 2024
1 parent cc5bb2f commit c30bc1a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 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: 🥷 Run AI-agents with an API
version: 0.2.30
version: 0.2.32
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-group-name: agent
x-fern-sdk-method-name: invoke
x-fern-sdk-group-name: agent
/api/v1/agents/{agent_id}/llms:
post:
tags:
Expand Down Expand Up @@ -1810,6 +1810,8 @@ components:
- TOGETHER_AI
- ANTHROPIC
- BEDROCK
- GROQ
- MISTRAL
type: string
description: An enumeration.
OpenAiAssistantParameters:
Expand Down

0 comments on commit c30bc1a

Please sign in to comment.