definitely not an articulate request, but the point of using these tools is to speed me up. The less the user has to articulate and the more it can infer correctly, the more helpful it is. Other frontier models don't have this problem.
Llama 405B response would be exactly what I expect
That response is bad python though, I can't think of why you'd ever want a dict with Literal typed keys.
Either use a TypedDict if you want the keys to be in a specific set, or, in your case since both the keys and the values are static you should really be using an Enum
Llama 405B response would be exactly what I expect
https://x.com/WesleyYue/status/1816157147413278811