I have troubles providing function call result. From OpenAi docs there should be something like:
input_list.push({
type: "function_call_output",
call_id: item.call_id,
output: json.dumps({
horoscope
})
})
But I don't see anything like that. I can send only { role, content } message...
I have troubles providing function call result. From OpenAi docs there should be something like:
But I don't see anything like that. I can send only { role, content } message...