Contents

send(_:)

Performs a send on the channel.

Declaration

nonisolated(nonsending) func send(_ event: some LanguageModelExecutorGenerationChannel.Event) async

Parameters

  • event:

    The event to send.

See Also

Sending an event