Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ createAssistantPlaceholder
Function
createAssistantPlaceholder
ui/src/stores/chat.ts:113–115 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
111
* 创建助手消息占位符
112
*/
113
const
createAssistantPlaceholder = (): TextMessage => {
114
return
addTextMessage(
"assistant"
,
""
);
115
};
116
117
/**
118
* 更新消息
Callers
nothing calls this directly
Calls
1
addTextMessage
Function · 0.85
Tested by
no test coverage detected