Method ToText
- Namespace
- LMKit.TextGeneration.Chat
- Assembly
- LM-Kit.NET.dll
ToText()
Converts the complete chat history, including the formatting provided by the chat template, into a single string.
public string ToText()
Returns
- string
A string representing the content of the chat history with all messages and formatting applied.