We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CreateBatchWithChatCompletions
CreateBatchWithEmbeddings
1 parent 19d6833 commit 593c282Copy full SHA for 593c282
client_test.go
@@ -402,6 +402,12 @@ func TestClientReturnsRequestBuilderErrors(t *testing.T) {
402
{"CreateBatchWithUploadFile", func() (any, error) {
403
return client.CreateBatchWithUploadFile(ctx, CreateBatchWithUploadFileRequest{})
404
}},
405
+ {"CreateBatchWithChatCompletions", func() (any, error) {
406
+ return client.CreateBatchWithChatCompletions(ctx, CreateBatchWithChatCompletionsRequest{})
407
+ }},
408
+ {"CreateBatchWithEmbeddings", func() (any, error) {
409
+ return client.CreateBatchWithEmbeddings(ctx, CreateBatchWithEmbeddingsRequest{})
410
411
{"RetrieveBatch", func() (any, error) {
412
return client.RetrieveBatch(ctx, "")
413
0 commit comments