CodexWorkflowConfig constructor
const
CodexWorkflowConfig({})
Creates Codex workflow config.
Implementation
const CodexWorkflowConfig({
required this.command,
required this.approvalPolicy,
required this.threadSandbox,
required this.turnSandboxPolicy,
required this.turnTimeout,
required this.readTimeout,
required this.stallTimeout,
});