You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Provde realtime information for Weather, News.",
17
+
examples: [
18
+
[
19
+
{
20
+
user: "user",
21
+
content: {
22
+
text: "What's the weather forecast for Tokyo?",
23
+
},
24
+
},
25
+
{
26
+
user: "assistant",
27
+
content: {
28
+
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.",
29
+
action: "WEATHER",
30
+
},
31
+
},
32
+
],
33
+
[
34
+
{
35
+
user: "user",
36
+
content: {
37
+
text: "Will it rain in London this week?",
38
+
},
39
+
},
40
+
{
41
+
user: "assistant",
42
+
content: {
43
+
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.",
44
+
action: "WEATHER",
45
+
},
46
+
}
47
+
],
48
+
[
49
+
{
50
+
user: "user",
51
+
content: {
52
+
text: "What is the latest news about Trump?",
53
+
},
54
+
},
55
+
{
56
+
user: "assistant",
57
+
content: {
58
+
text: "Here are some of the latest news articles related to Trump: Trump invites House Republicans to Mar-a-Lago for strategy meetings.",
0 commit comments