Skip to content

Commit

Permalink
regen
Browse files Browse the repository at this point in the history
  • Loading branch information
lfayoux committed Aug 23, 2024
1 parent e1ece8b commit 591b034
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cohere-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15907,7 +15907,12 @@ components:
- type: string
- type: array
items:
$ref: "#/components/schemas/TextContent"
oneOf:
- $ref: "#/components/schemas/TextContent"
discriminator:
propertyName: type
mapping:
text: "#/components/schemas/TextContent"
citations:
type: array
items:
Expand Down

0 comments on commit 591b034

Please sign in to comment.