"""Request message for human feedback in the guessing game.""" """Start the game by asking the agent for an initial guess.""" user = ChatMessage(Role.USER, text="Start by making your first guess.") ...