How to ensure Tool call does not happen

[{'role': 'user', 'content': 'Your goal is to generate a digit and a letter that meets the following condition: 
a) The generated digit is less than 6 
b) The generated letter is between P and Z (inclusive)
Stop when both conditions a) and b) are satisfied 

Now, generate random digits and capital letters until the conditions are met.'}, {'content': None, 'refusal': None, 'role': 'assistant', 'audio': None, 'function_call': None, 'tool_calls': [{'id': 'call_FCzQ2H9QuzVx1Z7DL2xm1gwZ', 'function': {'arguments': '{}', 'name': 'generate_random_digit'}, 'type': 'function'}, {'id': 'call_xQN75s5DwmfyaT25YcTGblxX', 'function': {'arguments': '{}', 'name': 'generate_random_alphabet'}, 'type': 'function'}]}, {'role': 'tool', 'tool_call_id': 'call_FCzQ2H9QuzVx1Z7DL2xm1gwZ', 'content': '1'}, {'role': 'tool', 'tool_call_id': 'call_xQN75s5DwmfyaT25YcTGblxX', 'content': 'T'}]

Should have not made tool calls

1 Like