Return the label for an LLMThought that has an associated tool.
tool The tool's ToolRecord
is_complete True if the thought is complete; False if the thought is still receiving input.
The markdown label for the thought's container.
get_tool_label(
tool: ToolRecord,
is_complete: bool,
) -> str