ForcePilot/backend/package/yuxi/channel/extensions/farcaster/plugin.json

28 lines
709 B
JSON
Raw Normal View History

{
"id": "farcaster",
"name": "Farcaster",
"version": "1.0.0",
"description": "Farcaster decentralized social protocol channel plugin for ForcePilot",
"author": "ForcePilot",
"order": 105,
"enabled": true,
"capabilities": {
"chat_types": ["direct"],
"message_types": ["text"],
"interactions": ["recast"],
"reactions": true,
"typing_indicator": false,
"threads": true,
"edit": false,
"unsend": true,
"reply": true,
"media": true,
"native_commands": false,
"polls": false,
"streaming": true,
"streaming_mode": "block",
"block_streaming": true,
"block_streaming_chunk_min_chars": 240,
"block_streaming_chunk_max_chars": 300
}
}