Is it possible to have tool_call and content in single completion message

You can prompt the model to do so maybe. In my case, it was automatically returning both tool_call and content at times randomly.

Another thing you can do is add an additonal param in funciton calling and use that to input from gpt to display to user.

3 Likes