description property

  1. @override
String get description
override

Human-readable description.

Implementation

@override
String get description =>
    'Create a sub-agent with a specific role and set of tools to '
    'execute a task. Sub-agents run in their own context.';