Contents

updateSignature(_:tokenCount:)

Creates an action that replaces the reasoning entry’s signature.

Declaration

static func updateSignature(_ signature: Data, tokenCount: Int) -> LanguageModelExecutorGenerationChannel.Reasoning.Action

Parameters

  • signature:

    The opaque token that replaces the entry’s current signature.

  • tokenCount:

    The number of the tokens the signature carries.

See Also

Reasoning actions