Commit 6286e36
authored
feat: conversation alpha2 implementation (#766)
* feat: first conversation alpha2 implementation
renames the previous example to alpha1
Signed-off-by: Mike Nguyen <[email protected]>
* feat: fix conversation alpha 2 outputs
Signed-off-by: Mike Nguyen <[email protected]>
* fix: cleanup some lint issues and handle tools properly
Signed-off-by: Mike Nguyen <[email protected]>
* chore: remove builder
Signed-off-by: Mike Nguyen <[email protected]>
* fix: linter
Signed-off-by: Mike Nguyen <[email protected]>
* chore: go mod tidy
Signed-off-by: Mike Nguyen <[email protected]>
* chore(tests): increase timeout
Signed-off-by: Mike Nguyen <[email protected]>
* fix(tests): conversation-alpha2 run command
Also reduces timeouts
Signed-off-by: Mike Nguyen <[email protected]>
* doc: example typo
Signed-off-by: Mike Nguyen <[email protected]>
---------
Signed-off-by: Mike Nguyen <[email protected]>1 parent ef0713a commit 6286e36
File tree
12 files changed
+586
-10
lines changed- .github/workflows
- client
- examples
- conversation-alpha1
- config
- conversation-alpha2
- config
12 files changed
+586
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
| 168 | + | |
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
244 | 248 | | |
245 | 249 | | |
246 | 250 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
538 | 538 | | |
539 | 539 | | |
540 | 540 | | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
541 | 557 | | |
542 | 558 | | |
543 | 559 | | |
| |||
0 commit comments