degamad 1 day ago

> The only difference is that i pushed the tool call outputs into the conversation history and resent it back to the LLM for it to summarize, or perform further tool calls, if necessary, automagically.

It looks like this one does that too.

     msg = [ handle_tool_call(tc) for tc in tool_calls ]

1
mukesh610 1 day ago

Ah, failed to notice that.

I was so excited because this was exactly what I coded up today, I jumped straight to the comments.