MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / NewApplier

Function NewApplier

internal/thinking/provider/codex/apply.go:27–29  ·  view source on GitHub ↗

NewApplier creates a new Codex thinking applier.

()

Source from the content-addressed store, hash-verified

25
26// NewApplier creates a new Codex thinking applier.
27func NewApplier() *Applier {
28 return &Applier{}
29}
30
31func init() {
32 thinking.RegisterProvider("codex", NewApplier())

Callers 1

initFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected