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

Struct BatchReviewInput

compose/batch/main.go:92–95  ·  view source on GitHub ↗

BatchReviewInput wraps documents with batch metadata

Source from the content-addressed store, hash-verified

90
91// BatchReviewInput wraps documents with batch metadata
92type BatchReviewInput struct {
93 Documents []ReviewRequest
94 BatchName string
95}
96
97func main() {
98 ctx := context.Background()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected