Contents

response(entryID:action:)

Constructs a Response event for use at channel.send(.response(entryID:action:)) call sites.

Declaration

static func response(entryID: String? = nil, action: LanguageModelExecutorGenerationChannel.Response.Action) -> Self

See Also

Handling the channel events