Package com.longbridge.agent
Class ThinkingFinishedEvent
- java.lang.Object
-
- com.longbridge.agent.ConversationStreamEvent
-
- com.longbridge.agent.ThinkingFinishedEvent
-
public final class ThinkingFinishedEvent extends ConversationStreamEvent
The reasoning phase is over; answer text (MessageEventwithmessageType == "answer") follows.
-
-
Constructor Summary
Constructors Constructor Description ThinkingFinishedEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetElapsedTime()Returns the reasoning duration in seconds.longgetFinishedAt()Returns the finish time, Unix timestamp in seconds.StringtoString()
-