historyTransform(_:)
Applies a transformation to the history prior to invoking the model.
Declaration
func historyTransform(_ transform: @escaping ([Transcript.Entry]) -> [Transcript.Entry]) -> some LanguageModelSession.DynamicProfile
Applies a transformation to the history prior to invoking the model.
func historyTransform(_ transform: @escaping ([Transcript.Entry]) -> [Transcript.Entry]) -> some LanguageModelSession.DynamicProfile