UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

46 lines (45 loc) 841 B
{ "id": "llm-task", "doctorContract": { "configRepair": true }, "activation": { "onStartup": true }, "name": "LLM Task", "description": "Generic JSON-only LLM tool for structured tasks callable from workflows.", "configSchema": { "type": "object", "properties": { "defaultProvider": { "type": "string" }, "defaultModel": { "type": "string" }, "defaultAuthProfileId": { "type": "string" }, "maxTokens": { "type": "integer", "minimum": 1 }, "timeoutMs": { "type": "integer", "minimum": 1 } }, "additionalProperties": false }, "version": "2026.5.21", "contracts": { "tools": [ "llm-task" ] }, "toolMetadata": { "llm-task": { "optional": true } } }