XAIExecutor is a stateless executor for xAI Grok's Responses API.
| 56 | |
| 57 | // XAIExecutor is a stateless executor for xAI Grok's Responses API. |
| 58 | type XAIExecutor struct { |
| 59 | cfg *config.Config |
| 60 | } |
| 61 | |
| 62 | // NewXAIExecutor creates a new xAI executor. |
| 63 | func NewXAIExecutor(cfg *config.Config) *XAIExecutor { |
nothing calls this directly
no outgoing calls
no test coverage detected