|
@@ -1,3 +1,7 @@
|
|
|
|
|
+# [copy from developers.openai.com](https://developers.openai.com/api/reference/resources/responses/methods/create)
|
|
|
|
|
+
|
|
|
|
|
+thanks routing from [inbond](https://help.now.cn/aimodel/interface/20260320172842/)
|
|
|
|
|
+
|
|
|
## Create a model response
|
|
## Create a model response
|
|
|
|
|
|
|
|
**post** `/responses`
|
|
**post** `/responses`
|
|
@@ -636,7 +640,7 @@ as input for the model's response.
|
|
|
|
|
|
|
|
An array of coordinates representing the path of the drag action. Coordinates will appear as an array of objects, eg
|
|
An array of coordinates representing the path of the drag action. Coordinates will appear as an array of objects, eg
|
|
|
|
|
|
|
|
- ```
|
|
|
|
|
|
|
+ ```json
|
|
|
[
|
|
[
|
|
|
{ x: 100, y: 200 },
|
|
{ x: 100, y: 200 },
|
|
|
{ x: 200, y: 300 }
|
|
{ x: 200, y: 300 }
|
|
@@ -4945,7 +4949,7 @@ as input for the model's response.
|
|
|
|
|
|
|
|
An array of coordinates representing the path of the drag action. Coordinates will appear as an array of objects, eg
|
|
An array of coordinates representing the path of the drag action. Coordinates will appear as an array of objects, eg
|
|
|
|
|
|
|
|
- ```
|
|
|
|
|
|
|
+ ```json
|
|
|
[
|
|
[
|
|
|
{ x: 100, y: 200 },
|
|
{ x: 100, y: 200 },
|
|
|
{ x: 200, y: 300 }
|
|
{ x: 200, y: 300 }
|