MCPcopy Index your code
hub / github.com/chainreactors/EvilProxy / XAIExecutor

Struct XAIExecutor

internal/runtime/executor/xai_executor.go:58–60  ·  view source on GitHub ↗

XAIExecutor is a stateless executor for xAI Grok's Responses API.

Source from the content-addressed store, hash-verified

56
57// XAIExecutor is a stateless executor for xAI Grok's Responses API.
58type XAIExecutor struct {
59 cfg *config.Config
60}
61
62// NewXAIExecutor creates a new xAI executor.
63func NewXAIExecutor(cfg *config.Config) *XAIExecutor {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected