Skip to content

Commit f43c085

Browse files
add app responses method
1 parent 3f58591 commit f43c085

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

components/openai/openai.app.mjs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,13 @@ export default {
764764
...args,
765765
});
766766
},
767+
responses(args = {}) {
768+
return this._makeRequest({
769+
path: "/responses",
770+
method: "POST",
771+
...args,
772+
});
773+
},
767774
async *paginate({
768775
resourceFn,
769776
args = {},

0 commit comments

Comments
 (0)