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