()
| 125 | } |
| 126 | |
| 127 | func (c *StreamResponseCollector) GetContent() (string, string) { |
| 128 | return c.content.String(), c.reasoningContent.String() |
| 129 | } |
| 130 | |
| 131 | // StreamResponseInterceptor 用于拦截和收集流式响应 |
| 132 | type StreamResponseInterceptor struct { |
no test coverage detected