CreateSystemPrompt

generic skill

Views0
PublishedJan 22, 2026

Loading actions...

5 minBeginnerpromptSingle file

Skill content

Main instructions and any bundled files for this skill.

markdown

import MemberInfo from '@site/src/components/MemberInfo'; import GenerationInfo from '@site/src/components/GenerationInfo'; import MemberDescription from '@site/src/components/MemberDescription';

createSystemPrompt

Creates the default system prompt for the AI bot based on the provided message context. This prompt includes the bot's role, current channel information, and response guidelines.

function createSystemPrompt(message: Message): string

Parameters

message

<MemberInfo kind="parameter" type={Message} />

Share: