MCPcopy Create free account
hub / github.com/53AI/53AIHub / GetContent

Method GetContent

api/controller/response_handler.go:127–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

GetResponseContentFunction · 0.45

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected