menu
genkit package
documentation
experimental.dart
AgentFnOptions
sendChunk property
sendChunk property
dark_mode
light_mode
sendChunk
property
void Function
(
AgentStreamChunk
chunk
)
sendChunk
final
Emits a stream chunk to the client.
Implementation
final void Function(AgentStreamChunk chunk) sendChunk;
genkit package
documentation
experimental
AgentFnOptions
sendChunk property
AgentFnOptions class