few_shot_formatter
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
declared in 1.0.0
Format few-shot examples for LLM prompts. Converts example pairs into formatted blocks. Supports chat format (User/Assistant), XML tags, Markdown, or plain text.
Parameters schema
{
"type": "object",
"required": [
"examples"
],
"properties": {
"format": {
"enum": [
"chat",
"xml",
"markdown",
"plain"
],
"type": "string",
"description": "Output format (default: chat)"
},
"examples": {
"type": "array",
"items": {
"type": "object",
"properties": {
"input": {
"type": "string"
},
"label": {
"type": "string"
},
"output": {
"type": "string"
}
}
},
"description": "Array of {input, output} pairs"
},
"input_label": {
"type": "string",
"description": "Label for input (default: User / <input>)"
},
"output_label": {
"type": "string",
"description": "Label for output (default: Assistant / <output>)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
IA-QA — 130+ QA & Dev Tools for AI Agents
https://github.com/jcjamet/ia-qa
1/7 registries