General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
generic skill
Sign in to like and favorite skills
import MemberInfo from '@site/src/components/MemberInfo'; import GenerationInfo from '@site/src/components/GenerationInfo'; import MemberDescription from '@site/src/components/MemberDescription';
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
<MemberInfo kind="parameter" type={
Message} />