| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Was:
TypeError: Could not convert Any to PredictLongRunningResponse
Now:
TypeError: Could not convert
Any[google.ai.generativelanguage.v1main.PredictLongRunningResponse] to
google.ai.generativelanguage.v1beta.PredictLongRunningResponse
|
@MarkDaoust Hmm looking at your comment above, is this right syntax Any[google.ai.generativelanguage.v1main.PredictLongRunningResponse] for Python? |
Sorry, something went wrong.
|
🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use automerge label. Good luck human! -- conventional-commit-lint bot |
Sorry, something went wrong.
| with pytest.raises( | ||
| TypeError, | ||
| match=re.escape( | ||
| "Could not convert `google.protobuf.any_pb2.Any` with underlying type `google.type.Date` to `google.type.TimeOfDay`" |
There was a problem hiding this comment.
Am I reading this correct or should it instead be the following? (My assumption is that the underlying type should be Any).
| "Could not convert `google.protobuf.any_pb2.Any` with underlying type `google.type.Date` to `google.type.TimeOfDay`" | |
| "Could not convert `google.type.Date` with underlying type `google.protobuf.any_pb2.Any` to `google.type.TimeOfDay`" |
Sorry, something went wrong.
There was a problem hiding this comment.
Fixed in dc33849
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Was (useless):
Now:
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:
Fixes #711 🦕