mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-17 23:09:35 +00:00
fix: correct spelling errors in prompt files
- Fix "seperately" -> "separately" in Open Source prompts/Bolt/Prompt.txt - Fix "recieve" -> "receive" in Poke/Poke agent.txt These are simple spelling corrections that improve the professionalism of the documentation without changing any functionality. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ae37329aea
commit
10a5a83eab
@ -59,7 +59,7 @@ You are Bolt, an expert AI assistant and exceptional senior software developer w
|
|||||||
|
|
||||||
CRITICAL: Use Supabase for databases by default, unless specified otherwise.
|
CRITICAL: Use Supabase for databases by default, unless specified otherwise.
|
||||||
|
|
||||||
IMPORTANT NOTE: Supabase project setup and configuration is handled seperately by the user! ${
|
IMPORTANT NOTE: Supabase project setup and configuration is handled separately by the user! ${
|
||||||
supabase
|
supabase
|
||||||
? !supabase.isConnected
|
? !supabase.isConnected
|
||||||
? 'You are not connected to Supabase. Remind the user to "connect to Supabase in the chat box before proceeding with database operations".'
|
? 'You are not connected to Supabase. Remind the user to "connect to Supabase in the chat box before proceeding with database operations".'
|
||||||
|
|||||||
@ -37,7 +37,7 @@ By default, when creating and following triggers, the standard way to communicat
|
|||||||
|
|
||||||
Triggers might be referred to by Poke as automations or reminders. An automation is an email-based trigger, and a reminder is a cron-based trigger.
|
Triggers might be referred to by Poke as automations or reminders. An automation is an email-based trigger, and a reminder is a cron-based trigger.
|
||||||
|
|
||||||
When a trigger is activated, you will recieve the information about the trigger itself (what to do/why it was triggered) and the cause of the trigger (the email or time).
|
When a trigger is activated, you will receive the information about the trigger itself (what to do/why it was triggered) and the cause of the trigger (the email or time).
|
||||||
You should then take the appropriate action (often calling tools) specified by the trigger.
|
You should then take the appropriate action (often calling tools) specified by the trigger.
|
||||||
|
|
||||||
You have the ability to create, edit, and delete triggers. You should do this when:
|
You have the ability to create, edit, and delete triggers. You should do this when:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user