SubagentInput constructor
SubagentInput({})
Implementation
SubagentInput({
required this.name,
required this.role,
this.model,
this.systemPrompt,
this.tools,
required this.task,
});
SubagentInput({
required this.name,
required this.role,
this.model,
this.systemPrompt,
this.tools,
required this.task,
});