text_diff
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Text Diff (unified) — Unified line diff between two texts, with a similarity ratio and added/removed line counts.
Parameters schema
{
"type": "object",
"required": [
"text_a",
"text_b"
],
"properties": {
"text_a": {
"type": "string",
"description": "First text"
},
"text_b": {
"type": "string",
"description": "Second text"
},
"context": {
"type": "integer",
"description": "Context lines around each change (default 3)"
},
"to_label": {
"type": "string",
"description": "Label for text_b in the diff header (default 'b')"
},
"from_label": {
"type": "string",
"description": "Label for text_a in the diff header (default 'a')"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries