Message.tool_reply


Description:

public Message.tool_reply (string tool_call_id, string name, string content)

Constructor for tool response messages. Used to send tool execution results back to OLLMchat.

Parameters:

tool_call_id

The ID of the tool call this response corresponds to

name

The name of the tool function that was executed

content

The result content from the tool execution