SkillToolForkedOutput constructor
const
SkillToolForkedOutput({})
Implementation
const SkillToolForkedOutput({
required this.success,
required this.commandName,
required this.agentId,
required this.result,
this.status = 'forked',
});