UNPKG

tune-basic-toolset

Version:
22 lines (21 loc) 611 B
{ "description": "this tool sends a message to another ai chat as 'user' role, result of the tool is an 'assistant' reply", "parameters": { "type": "object", "properties": { "filename": { "type": "string", "description": "File name to read/write chat history, should have .chat extension" }, "system": { "type": "string", "description": "System prompt, to include file use @@path/to/file or @@file syntax" }, "text": { "type": "string", "description": "User message to send" } }, "required": ["text"] } }