Hi, I am trying to use llama-4 for tool calling using OpenAI Agents SDK but it does not execute the code as meta/llama-3.3-70b-instruct. Implementing agents orchestration .
FINAL_OUTPUT:
<|python_start|>{“type”: “function”, “name”: “exec_python_code”, “parameters”: {“code”: “results = get_balances(exchange="binance", assets="BTC,ETH,SOL", blocking=True, inputs=input_vars)”}}<|python_end|>
SOMETIMES:
<|python_start|>{“name”: “transfer_to_python_tools_agent”, “parameters”: {}}<|python_end|>