AnthropicVertex does not expose `with_options`
dlebech opened this issue · 3 comments
dlebech commented
What is it
The AnthropicVertex
and AsyncAnthropicVertex
clients do not seem to expose with_options(...)
like the other clients.
Similar previous issue for Bedrock: #410
Example
> client.with_options(max_retries=num_retries).messages.create(...)
AttributeError: 'AsyncAnthropicVertex' object has no attribute 'with_options'
Thank you.
rattrayalex commented
Thanks for the report. We'll try to fix this soon, but a PR would be welcome.
dlebech commented
Thanks @rattrayalex . Yes ok, I think can manage that. I will have a PR ready later today 👍
RobertCraigie commented
Thanks for the PR @dlebech!