fix: Include transform_anthropic_usage (#2319)

Co-authored-by: Miguelo Sana <miguelo@incubeta.com>
This commit is contained in:
miguelosana
2025-06-24 13:16:27 +02:00
committed by GitHub
parent aa4fa9c89d
commit 0910696737

View File

@@ -15,6 +15,7 @@ M.parse_messages = P.claude.parse_messages
M.parse_response = P.claude.parse_response
M.parse_api_key = Vertex.parse_api_key
M.on_error = Vertex.on_error
M.transform_anthropic_usage = P.claude.transform_anthropic_usage
Vertex.api_key_name = "cmd:gcloud auth print-access-token"