public interface MarkdownStreamController
| 限定符和类型 | 方法和说明 |
|---|---|
void |
append(String chunk)
Append one generated chunk to the current streaming message.
|
String |
getMessageId()
Message id of the streaming message once it has been created.
|
void |
setContent(String full)
Replace the full accumulated content.
|
void append(String chunk)
void setContent(String full)
String getMessageId()
Copyright © 2026. All rights reserved.