description property

  1. @override
String get description
override

Human-readable description.

Implementation

@override
String get description =>
    'Launch a new agent to handle complex, multi-step tasks autonomously. '
    'Each agent runs in its own context with access to tools.';