Function calling

getting following error, when trying to use llama-3-3-nemotron-super-49b-v1 with langgraph “create_react_agent” and mc tools, there are tools, but it seems the model returns function calls format in a non standard way.

is there any workaround ?

Error code: 400 - {‘object’: ‘error’, ‘message’: ‘Tool use has not been enabled, because it is unsupported by llama-3-3-nemotron-super-49b-v1.’, ‘type’: ‘BadRequestError’, ‘param’: None, ‘code’: 400} Traceback (most recent call last):

Hi @robert.mujica,

Tool calling is not supported with that model.

Best,

Sophie