AgentFnOptions constructor

AgentFnOptions({
  1. required void sendChunk(
    1. AgentStreamChunk chunk
    ),
  2. CancellationToken? cancel,
  3. Map<String, dynamic>? context,
})

Implementation

AgentFnOptions({required this.sendChunk, this.cancel, this.context});