Skip to content

Commit 1efecd4

Browse files
authored
update conv examples (#1223)
1 parent b22b17d commit 1efecd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/tasks/src/default-widget-inputs.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ const MAPPING_EN: PerLanguageMapping = new Map([
9696
"conversational",
9797
[
9898
`Hi, what can you help me with?`,
99-
`Hey, let's have a conversation!`,
100-
`Hello there!`,
101-
`Hey my name is Clara! How are you?`,
99+
`What is 84 * 3 / 2?`,
100+
`Tell me an interesting fact about the universe!`,
101+
`Explain quantum computing in simple terms.`,
102102
],
103103
],
104104
[

0 commit comments

Comments
 (0)