Creates a chat prompt manifest with multiple messages (system + user) compatible with LangSmith..
public class ChatPromptBuilderCreates a chat prompt manifest with multiple messages (system + user) compatible with LangSmith.
Adds a system message to the prompt..
Adds a user/human message to the prompt..
Adds an AI/assistant message to the prompt..
Explicitly adds input variables (optional - variables are auto-detected from templates)..
Builds the prompt manifest compatible with LangSmith.