Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chainreactors/EvilProxy
/ init
Function
init
internal/thinking/provider/codex/apply.go:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
func
init() {
32
thinking.RegisterProvider(
"codex"
, NewApplier())
33
}
34
35
// Apply applies thinking configuration to Codex request body.
36
//
Callers
nothing calls this directly
Calls
2
RegisterProvider
Function · 0.92
NewApplier
Function · 0.70
Tested by
no test coverage detected