File tree Expand file tree Collapse file tree
agentscope-core/src/main/java/io/agentscope/core/agent Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,7 +62,8 @@ public enum EventType {
6262 * Final result event - The agent's complete response.
6363 *
6464 * <p>This is the message returned by {@link Agent#call(io.agentscope.core.message.Msg)}.
65- * By default, this event is NOT included in the stream to avoid duplication since it's the return value.
65+ * This event is included when streaming with {@link #ALL}, but can be excluded by
66+ * specifying only the desired event types in {@link StreamOptions}.
6667 *
6768 * <p>Characteristics:
6869 * <ul>
@@ -86,7 +87,7 @@ public enum EventType {
8687 SUMMARY ,
8788
8889 /**
89- * Special value to stream all event types (except {@link #AGENT_RESULT}).
90+ * Special value to stream all event types (including {@link #AGENT_RESULT}).
9091 *
9192 * <p>Use this in {@link StreamOptions} to receive all events without filtering.
9293 */
You can’t perform that action at this time.
0 commit comments