Closed shilpakancharla closed 3 months ago
We are deprecating the PaLM service, and in part, removing DiscussService and TextService. This is also applies to the DiscussAsyncService as well, and the associated clients.
DiscussService
TextService
DiscussAsyncService
client.py
test_client.py
TextServiceClient
answer.py
text_types.py
The failing test is fixed by: https://github.com/google-gemini/generative-ai-python/pull/521
Description of the change
We are deprecating the PaLM service, and in part, removing
DiscussService
andTextService
. This is also applies to theDiscussAsyncService
as well, and the associated clients.client.py
andtest_client.py
have been modified to reflect the changes as well.TextServiceClient
were removed fromanswer.py
.TextServiceClient
fromtest_client.py
.text_types.py
.