SkillToolInlineOutput constructor
const
SkillToolInlineOutput({})
Implementation
const SkillToolInlineOutput({
required this.success,
required this.commandName,
this.allowedTools,
this.model,
this.status = 'inline',
});