Skip to content

Commit

Permalink
fix: disable prettier for topics
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed Oct 7, 2024
1 parent 2004294 commit 526ef46
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
7 changes: 6 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@
# More information: https://prettier.io/docs/en/ignore.html
#

# Topic instructions
**/genAiPlugins/**

# Dependencies
**/staticresources/**

# Tooling
.localdevserver
.sfdx
.sf
.vscode

coverage/
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,14 @@
</genAiFunctions>
<genAiPluginInstructions>
<description
>If a customer would like more information on an Experience, you should search
for the related Experience__c record and let them know more.</description>
>If a customer would like more information on an Experience, you should search for the related Experience__c record and let them know more.</description>
<developerName>Ifacusto0</developerName>
<language xsi:nil="true" />
<masterLabel>Experience info</masterLabel>
</genAiPluginInstructions>
<genAiPluginInstructions>
<description
>For the "Check Weather" action, only accepts dates that are in the future. If
date is today or a past date, ask for a future date.</description>
>For the "Check Weather" action, only accepts dates that are in the future. If date is today or a past date, ask for a future date.</description>
<developerName>Onlyaccep1</developerName>
<language xsi:nil="true" />
<masterLabel>Future dates</masterLabel>
Expand All @@ -51,6 +49,5 @@
<masterLabel>Coral Cloud</masterLabel>
<pluginType>Topic</pluginType>
<scope
>Your job is to help manage Coral Cloud Resorts guest bookings, activities credits and to
provide weather forecast.</scope>
>Your job is to help manage Coral Cloud Resorts guest bookings, activities credits and to provide weather forecast.</scope>
</GenAiPlugin>

0 comments on commit 526ef46

Please sign in to comment.