Skip to content

Commit

Permalink
update api/manager.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 16, 2024
1 parent 376f928 commit 9940131
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions api/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3007,11 +3007,12 @@ components:
$ref: '#/components/schemas/EmbeddingRequest'
output_types:
type: array
default: schema:WebPage
default:
- schema:WebPage
description: "The type of the generated entities, by default `schema:WebPage`."
items:
type: string
default: schema:WebPage
default: "[\"schema:WebPage\"]"
description: "The type of the generated entities, by default `schema:WebPage`."
uniqueItems: true
overwrite:
Expand Down

0 comments on commit 9940131

Please sign in to comment.