Rafi Rainshtein

Results 7 issues of Rafi Rainshtein

I'm not sure if this is a bug or just a usage issue but I can't handle RequestValidationError when messages are invalid. I tried the FastAPI approach as documented [here](https://fastapi.tiangolo.com/tutorial/handling-errors/#override-request-validation-exceptions)...

bug

This PR adds support for Spanner as an additional database option in parallel to BigQuery and PostgreSQL. It accesses a Spanner instance and then is capable of using all databases...

I was going over the inferences that the code performs and my understanding is that there's no point in performing the `send_message` call below if there was no previous question/SQL....

When running `python env_setup.py` (either v1 or v2), the flow stops due to the following error: > google.api_core.exceptions.InvalidArgument: 400 User has requested a restricted HarmBlockThreshold setting BLOCK_NONE. You can get...

bug

Hi, Would it possible to not create and use Firestore? Our use case stores the session logs in our data warehouse so this isn't required for us. A configuration flag...

**Describe the bug** In previous releases, the forwarding experience was seamless and we never had to reconnect. Now, when the network is disconnected, the connections seem to be running (not...

bug

Looks like using `session_history = None` can create upstream problems so using `[]` simplifies the flow. The condition can be simplified as well since it has a redundant test.