Commit 6cb807d
authored
fix workflows (#30)
## πͺ Why?
fix ability to run workflows
## π What?
currently `POST workflows/steam` Mastra's API endpoint is not streaming
but immediately returns 200. This breaks logic that relies on streaming
finished to understand when the result is ready.
Use `POST workflows/streamVNext` meanwhile `stream` is broken.1 parent 3aa8c73 commit 6cb807d
4 files changed
Lines changed: 4 additions & 4 deletions
File tree
- lib/ai
- clients
- spec/fixtures/vcr_cassettes
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments