File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 77
77
x-fern-audiences :
78
78
- public
79
79
80
- /api/prompts/{id }/versions/{version_id}/refine-prompt :
80
+ /api/prompts/{prompt_id }/versions/{version_id}/refine-prompt :
81
81
post :
82
82
$ref : " ./resources/prompts.yaml#/paths/~1api~1prompts~1{id}~1versions~1{version_id}~1refine-prompt/post"
83
83
x-fern-sdk-group-name :
Original file line number Diff line number Diff line change @@ -280,19 +280,18 @@ paths:
280
280
schema :
281
281
$ref : " #/components/schemas/InferenceRun"
282
282
283
- /api/prompts/{id }/versions/{version_id}/refine-prompt :
283
+ /api/prompts/{prompt_id }/versions/{version_id}/refine-prompt :
284
284
post :
285
285
summary : Refine a prompt version
286
286
description : >
287
287
Refine a prompt version using a teacher model and save the refined prompt as a new version.
288
288
parameters :
289
- - name : id
289
+ - name : prompt_id
290
290
in : path
291
291
description : Prompt ID
292
292
required : true
293
293
schema :
294
294
type : integer
295
- x-fern-ignore-in-client : true # not used in the api
296
295
- name : version_id
297
296
in : path
298
297
description : Base Prompt Version ID
You can’t perform that action at this time.
0 commit comments