Commit c6d7ca0
authored
feat(agent): export StreamingError to public API (#1200)
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 c6d7ca0
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