Commit 31bd411
committed
feat(agent): export StreamingError to public API
StreamingError was not re-exported despite being the error type in
StreamingResult. This prevented users from pattern matching on
error variants or implementing From<StreamingError> for custom
error types when building multi-provider abstractions.
Signed-off-by: Jiawei Zhao <Phoenix500526@163.com>1 parent 7d0f19d commit 31bd411
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
0 commit comments