Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
27
func
NewApplier() *Applier {
28
return
&Applier{}
29
}
30
31
func
init() {
32
thinking.RegisterProvider(
"codex"
, NewApplier())
Callers
1
init
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected