Category
1 article in this category
TLDR: A prompt isn't just a single string of text. Modern LLMs (like GPT-4) expect a structured list of messages. The System sets the behavior, the User provides the input, and the Assistant stores the history. Using tools like LangChain helps manage...