billytrend-cohere
billytrend-cohere
Thank you for contributing to the Cohere Toolkit! - [ ] **PR title**: "area: description" - Where "area" is whichever of interface, frontend, model, tools, backend, etc. is being modified....
### Describe the bug User report: > After debugging for some time, we finally decided to make requests directly using the axios library and things went smoothly after that. >...
### Problem description generators.yaml config is hard to discover ### Why would it be useful? if we could add a yaml spec and had completions would be easier to discover...
**Describe the bug** `required: false` is ignored for form-data file uploads. **Fern Definition To Reproduce** ``` requestBody: content: multipart/form-data: schema: type: object x-fern-audiences: ['public'] properties: data: type: string x-fern-audiences: ['public']...
This pull request makes changes to the `.github/workflows/test.yml` file, which configures continuous integration (CI) and testing workflows. ## Summary The PR renames the `build` job to `node-test` and introduces a...
The PR adds a new step to the GitHub workflow for configuring AWS credentials. **Changes:** - Introduces a new step to the workflow, `Configure AWS credentials`, which utilizes the `aws-actions/configure-aws-credentials@v1`...
Thank you for contributing to the Cohere Toolkit! - [ ] **PR title**: "area: description" - Where "area" is whichever of interface, frontend, model, tools, backend, etc. is being modified....
## Describe the Bug When the java sdk gets an html/xml response, it throws and doesn't print the body. If there is a body at all, it will likely be...
**Describe the bug** Currently if you want to upload a file with a file name you have to create a wrapper for it like this: ``` type MyReader struct {...