Uses of Class
dev.dokimos.core.conversation.ConversationTrajectory.Builder
Packages that use ConversationTrajectory.Builder
-
Uses of ConversationTrajectory.Builder in dev.dokimos.core.conversation
Methods in dev.dokimos.core.conversation that return ConversationTrajectory.BuilderModifier and TypeMethodDescriptionConversationTrajectory.Builder.assistantMessage(String content) Adds an assistant message to the trajectory.ConversationTrajectory.builder()Creates a new builder for constructing trajectories.Adds a message to the trajectory.Adds all messages from a list.Adds metadata with the given key and value.Adds all entries from the given metadata map.Sets the scenario description.ConversationTrajectory.Builder.systemMessage(String content) Adds a system message to the trajectory.ConversationTrajectory.Builder.userMessage(String content) Adds a user message to the trajectory.