{ "type": "python", "tags": ["dummy"], "file": "model.py", "interface": "chat", "summary": "Echo model", "description": "The most basic example model, simply echo the input", "inputs": { "messages": {"type": "list[dict]", "default": "[{\"role\": \"user\", \"content\": \"who are you ?\"}]"} }, "output_type": "text/markdown" }