AgentFnOptions constructor
AgentFnOptions({
- required void sendChunk(
- AgentStreamChunk chunk
- CancellationToken? cancel,
- Map<
String, dynamic> ? context,
Implementation
AgentFnOptions({required this.sendChunk, this.cancel, this.context});