llama-stack-mirror/llama_stack/providers/remote/inference/vertexai
Sébastien Han cae696553c
fix: convert to string on return
The function signature expects a string to be returned by
credentials.token is Any. So let's convert while we return to make mypy
happy :)

Signed-off-by: Sébastien Han <seb@redhat.com>
2025-09-10 15:51:57 +02:00
..
__init__.py feat: Add Google Vertex AI inference provider support (#2841) 2025-08-11 08:22:04 -04:00
config.py feat: Add Google Vertex AI inference provider support (#2841) 2025-08-11 08:22:04 -04:00
models.py feat: Add Google Vertex AI inference provider support (#2841) 2025-08-11 08:22:04 -04:00
vertexai.py fix: convert to string on return 2025-09-10 15:51:57 +02:00