MCPcopy Create free account
hub / github.com/InferCore/InferCore / cloneAINonStream

Function cloneAINonStream

internal/reliability/manager.go:161–165  ·  view source on GitHub ↗
(req types.AIRequest)

Source from the content-addressed store, hash-verified

159}
160
161func cloneAINonStream(req types.AIRequest) types.AIRequest {
162 out := req
163 out.Options.Stream = false
164 return out
165}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected