Skip to content

Commit

Permalink
feat: DIA-1324: Add batch-prediction prompts endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
nik committed Aug 14, 2024
1 parent 8c37bc5 commit 91111e3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions fern/openapi/overrides.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
paths:
/api/model-run/batch-predictions/:
post:
$ref: "./resources/prompts.yaml#/paths/~1api~1model-run~1batch-predictions/post"
x-fern-sdk-group-name: prompts
x-fern-sdk-method-name: batch_predictions
x-fern-audiences:
- public

/api/comments/:
get:
$ref: "./resources/comments.yaml#/paths/~1api~1comments/get"
Expand Down

0 comments on commit 91111e3

Please sign in to comment.