You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the classes, a builder (inner class) for UserMessage looks to be useful. Perhaps also for AssistantMessage. The other Message classes have very few constructor arguments, so the only reason there would be for consistency.
Activity
markpollack commentedon Oct 24, 2024
Looking at the classes, a builder (inner class) for
UserMessage
looks to be useful. Perhaps also forAssistantMessage
. The other Message classes have very few constructor arguments, so the only reason there would be for consistency.ThomasVitale commentedon May 9, 2025
UserMessage and SystemMessage have builders now. We could use one for AssistantMessage as well.