https://github.com/Kong/kong/blob/b3380fd577c5909f10d0ab2c4e41a2816f368a93/kong/llm/drivers/anthropic.lua#L166 Should this not be in line with the chat completions api? https://github.com/Kong/kong/blob/b3380fd577c5909f10d0ab2c4e41a2816f368a93/kong/llm/drivers/anthropic.lua#L148 Currently, when using the chat completions api with tools : ```json {"type":"error","error":{"type":"invalid_request_error","message":"tool_choice: Input should be a valid dictionary or object to extract fields from"}} ```