send(_:)
Sends a generation event on the channel.
Declaration
nonisolated(nonsending) func send(_ event: LanguageModelExecutorGenerationChannel.Event) asyncParameters
- event:
The event to send.
Sends a generation event on the channel.
nonisolated(nonsending) func send(_ event: LanguageModelExecutorGenerationChannel.Event) asyncThe event to send.