|
@@ -2109,15 +2109,16 @@ def register(ctx) -> None:
|
|
|
allow_update_command=True,
|
|
allow_update_command=True,
|
|
|
pii_safe=False,
|
|
pii_safe=False,
|
|
|
platform_hint=(
|
|
platform_hint=(
|
|
|
- "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, " \
|
|
|
|
|
|
|
+ "Using the 'Hermes Chatto Platform Plugin' you connect to a Chatto server. "
|
|
|
|
|
+ "Authorized admins and users will contact you and call you his Hermes Agent. They are "
|
|
|
|
|
+ "natural persons and thus responsible for what they do in terms of rights. You compute "
|
|
|
|
|
+ "on their behalf. They _may_ address you by @-mentioning your name. If configured, "
|
|
|
"you also react without a @-mention. Direct messages reach you without a mention."
|
|
"you also react without a @-mention. Direct messages reach you without a mention."
|
|
|
- "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 "
|
|
|
|
|
|
|
+ "Keep responses conversational. Markdown is supported. "
|
|
|
|
|
+ "Include MEDIA:/absolute/path/to/file in your response to refer to our local files. Images "
|
|
|
"(.png, .jpg, .gif, .webp) arrive as inline pictures, videos (.mp4, .mov, .webm) as "
|
|
"(.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. "
|
|
"video attachments, audio as a voice bubble, anything else as a downloadable document. "
|
|
|
"Do NOT use markdown image syntax for local files. Local files always go through MEDIA:. "
|
|
"Do NOT use markdown image syntax for local files. Local files always go through MEDIA:. "
|
|
|
- "Several images in one response are bundled into a single message."
|
|
|
|
|
|
|
+ "Several images in one response are bundled into a single message. "
|
|
|
),
|
|
),
|
|
|
)
|
|
)
|