Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix the RESPONSE_MIME_TYPE variable issue in the notebook (Googl…
…eCloudPlatform#1465) # Description The current `RESPONSE_MIME_TYPE` setup doesn't allow it to display itself properly in the Notebook, resulting in the following error "Could not parse variable and value from ""application/json"". Expected the line to start with a variable assignment.". Fix this issue. Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [x] Follow the [`CONTRIBUTING` Guide](https://github.com/GoogleCloudPlatform/generative-ai/blob/main/CONTRIBUTING.md). - [x] You are listed as the author in your notebook or README file. - [x] Your account is listed in [`CODEOWNERS`](https://github.com/GoogleCloudPlatform/generative-ai/blob/main/.github/CODEOWNERS) for the file(s). - [x] Make your Pull Request title in the <https://www.conventionalcommits.org/> specification. - [x] Ensure the tests and linter pass (Run `nox -s format` from the repository root to format). - [x] Appropriate docs were updated (if necessary)
- Loading branch information