Skip to content

Commit 66c1017

Browse files
author
qevan
committed
update actions
1 parent c865a3d commit 66c1017

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

packages/plugin-depin/src/actions/sentientai.ts

+8-9
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,10 @@ export const sentientAI: Action = {
1010
name: "SENTIENT_AI",
1111
similes: [
1212
"SENTIENT",
13-
"FORECAST",
14-
"FUTURE_WEATHER",
15-
"UPCOMING_WEATHER",
16-
"WEATHER_PREDICTION",
17-
"NEWS"
13+
"NEWS",
14+
"WEATHER"
1815
],
19-
description: "Provde realtime information given a query. 1. Weather. 2. News.",
16+
description: "Provde realtime information for Weather, News.",
2017
examples: [
2118
[
2219
{
@@ -29,7 +26,7 @@ export const sentientAI: Action = {
2926
user: "assistant",
3027
content: {
3128
text: "Here's the weather forecast for Tokyo: Tomorrow will be 22°C with partly cloudy skies. The next few days will see temperatures ranging from 18-24°C with a chance of rain on Thursday.",
32-
action: "WEATHER_FORECAST",
29+
action: "WEATHER",
3330
},
3431
},
3532
],
@@ -44,9 +41,11 @@ export const sentientAI: Action = {
4441
user: "assistant",
4542
content: {
4643
text: "Looking at London's forecast: There's a 60% chance of rain on Wednesday with temperatures around 15°C. The rest of the week should be mostly cloudy with occasional showers.",
47-
action: "WEATHER_FORECAST",
44+
action: "WEATHER",
4845
},
49-
},
46+
}
47+
],
48+
[
5049
{
5150
user: "user",
5251
content: {

0 commit comments

Comments
 (0)