updateSignature(_:tokenCount:)
Creates an action that replaces the reasoning entry’s signature.
Declaration
static func updateSignature(_ signature: Data, tokenCount: Int) -> LanguageModelExecutorGenerationChannel.Reasoning.ActionParameters
- signature:
The opaque token that replaces the entry’s current signature.
- tokenCount:
The number of the tokens the signature carries.