Constructor for tool response messages. Used to send tool execution results back to OLLMchat.
| 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 |