MCPcopy Create free account
hub / github.com/cloudwego/eino-examples / CallbackOutput

Struct CallbackOutput

compose/batch/batch/types.go:104–106  ·  view source on GitHub ↗

CallbackOutput is passed to callbacks.OnEnd when batch processing completes.

Source from the content-addressed store, hash-verified

102
103// CallbackOutput is passed to callbacks.OnEnd when batch processing completes.
104type CallbackOutput[O any] struct {
105 Outputs []O // All output results
106}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected