Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
161
func
cloneAINonStream(req types.AIRequest) types.AIRequest {
162
out := req
163
out.Options.Stream = false
164
return
out
165
}
Callers
1
ExecuteWithFallbackOpts
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected