Skip to content

Commit 0414540

Browse files
hakan458hakan458
andauthored
fix: UTC-107: Missing num_predictions for batch-predictions (#78)
Co-authored-by: hakan458 <hakan@heartex.com>
1 parent 3904b4f commit 0414540

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

fern/openapi/resources/prompts.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,13 @@ paths:
522522
summary: Create batch predictions
523523
description: >
524524
Create a new batch prediction.
525+
parameters:
526+
- name: num_predictions
527+
in: query
528+
description: Number of predictions being sent
529+
required: false
530+
schema:
531+
type: integer
525532
requestBody:
526533
$ref: "#/components/requestBodies/api_prompts_batch_predictions_create"
527534
responses:
@@ -540,6 +547,13 @@ paths:
540547
summary: Create batch of failed predictions
541548
description: >
542549
Create a new batch of failed predictions.
550+
parameters:
551+
- name: num_failed_predictions
552+
in: query
553+
description: Number of failed predictions being sent
554+
required: false
555+
schema:
556+
type: integer
543557
requestBody:
544558
$ref: "#/components/requestBodies/api_prompts_batch_failed_predictions_create"
545559
responses:

0 commit comments

Comments
 (0)