execute
Description:
public override async string execute (
Chat chat_call,
ToolCall tool_call,
bool is_markdown =
false)
When is_markdown is true (skills agent path), return result as a fenced code block so the LLM receives it in markdown reply format.
Otherwise return raw content.