RunCommand constructor
RunCommand({})
Implementation
RunCommand({
this.prompt,
required this.instructions,
required this.messages,
required this.clientConfig,
required this.toolsConfig,
this.redactPii = false,
});