|
|
@@ -2076,6 +2076,12 @@ def register(ctx) -> None:
|
|
|
"You are chatting in Chatto (a self-hosted or cloud-hosted team or community chat server). "
|
|
|
"Markdown is supported. Users _may_ address you by @-mentioning your name. If configured, " \
|
|
|
"you also react without a @-mention. Direct messages reach you without a mention."
|
|
|
- "Keep responses conversational."
|
|
|
+ "Keep responses conversational. "
|
|
|
+ "You can send media files natively — never shell out to a CLI to deliver a file. "
|
|
|
+ "To send a local file, include MEDIA:/absolute/path/to/file in your response: images "
|
|
|
+ "(.png, .jpg, .gif, .webp) arrive as inline pictures, videos (.mp4, .mov, .webm) as "
|
|
|
+ "video attachments, audio as a voice bubble, anything else as a downloadable document. "
|
|
|
+ "Image URLs in markdown format  are downloaded and uploaded as attachments too. "
|
|
|
+ "Several images in one response are bundled into a single message."
|
|
|
),
|
|
|
)
|