We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I tried to update #125 and do a full compilation including tests, I saw this line fails to compile.
async-openai/async-openai/src/file.rs
Line 87 in f28303b
The error is
A quick fix is
let list_files = client.files().list("").await.unwrap();
but I don't know what you want to test and I see the code came from you, so probably you can fix it yourself? @64bit
The text was updated successfully, but these errors were encountered:
Dang, this is my bad. yeah anything empty works including empty [] for query param.
[]
Tests in file.rs were to test all file related APIs. I'll add fix for this.
Sorry, something went wrong.
This is fixed in 30f8b6a
No branches or pull requests
When I tried to update #125 and do a full compilation including tests, I saw this line fails to compile.
async-openai/async-openai/src/file.rs
Line 87 in f28303b
The error is
A quick fix is
but I don't know what you want to test and I see the code came from you, so probably you can fix it yourself? @64bit
The text was updated successfully, but these errors were encountered: