fix: error on calling transform_anthropic_usage on a nil with bedrock (#2360)

Co-authored-by: Noah Chalifour <nchalifo@amazon.com>
This commit is contained in:
Noah Chalifour
2025-06-28 06:39:39 -07:00
committed by GitHub
parent 87f3aee073
commit f04cee670d

View File

@@ -22,6 +22,7 @@ M.is_disable_stream = Claude.is_disable_stream
M.parse_messages = Claude.parse_messages
M.parse_response = Claude.parse_response
M.transform_tool = Claude.transform_tool
M.transform_anthropic_usage = Claude.transform_anthropic_usage
---@param provider AvanteProviderFunctor
---@param prompt_opts AvantePromptOptions