commit | 0d5ed37c96f9b40bccae98e228163a88abeb1763 | [log] [tgz] |
---|---|---|
author | Mark Daoust <markdaoust@google.com> | Tue Oct 22 07:24:59 2024 -0700 |
committer | GitHub <noreply@github.com> | Tue Oct 22 14:24:59 2024 +0000 |
tree | bf760f3f8c7f81edbd6dac99560b77873241ea05 | |
parent | 4dbb405602295cc39f75b0b8568e4078042db9e4 [diff] |
fix: Improve `Any` decode error (#712) * Improve Any decoding-error. 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 * update test * update error message * address review feedback --------- Co-authored-by: Anthonios Partheniou <partheniou@google.com>