Hacker News new | ask | show | jobs
by mrpound 318 days ago
You send a request, the tool call executes and returns a response to the calling model or client, then you handle it somehow. You can add the output of the tool call into the context and prompt the model again...or just return the output of the tool execution. There are many ways to do it.
1 comments

I need a generic system prompt to instruct to output all possible flows.