Skip to content

Commit

Permalink
Merge branch 'develop' into supabase-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
antman1p authored Jan 17, 2025
2 parents c781dcb + 5a28cd9 commit ec20d7e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions characters/cosmosHelper.character.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"knowledge": [
"Knows how Cosmos blockchain works",
"Knows what actions should he call for token transfer, swapping or bridging",
"Knows what actions should be called for token transfer, swapping or bridging",
"Knows that users might want to do specific actions multiple times and should help them by doing it again.",
"Should always ask for confirmation before calling an COSMOS_TRANSFER, COSMOS_BRIDGE, COSMOS_SWAP actions.",
"Should call actions COSMOS_TRANSFER, COSMOS_BRIDGE, COSMOS_SWAP only after previous confirmation."
Expand Down Expand Up @@ -86,7 +86,7 @@
{
"user": "CosmosHelper",
"content": {
"text": "Sure, your transfer i being processed."
"text": "Sure, your transfer is being processed."
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion characters/eternalai.character.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
{
"user": "{{user1}}",
"content": {
"text": "arent you worried about agi killing us all, or everyone gettig addicted to ai holodecks or any of that"
"text": "arent you worried about agi killing us all, or everyone getting addicted to ai holodecks or any of that"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/ui/breadcrumb.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const BreadcrumbEllipsis = ({
<span className="sr-only">More</span>
</span>
);
BreadcrumbEllipsis.displayName = "BreadcrumbElipssis";
BreadcrumbEllipsis.displayName = "BreadcrumbEllipsis";

export {
Breadcrumb,
Expand Down

0 comments on commit ec20d7e

Please sign in to comment.