MCPcopy Create free account
hub / github.com/atripati/ark / EngineConfig

Struct EngineConfig

pkg/context/engine.go:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22type EngineConfig struct {
23 InitialTools int
24 ExpandStep int
25 MaxRetries int
26 CompressFirst bool
27 ValidateCompression bool
28}
29
30func DefaultEngineConfig() EngineConfig {
31 return EngineConfig{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected