MCPcopy Create free account
hub / github.com/aiprodcoder/MIXAPI / createLoadingAssistantMessage

Function createLoadingAssistantMessage

web/src/helpers/utils.js:393–403  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

391
392// 创建加载中的助手消息
393export const createLoadingAssistantMessage = () => createMessage(
394 MESSAGE_ROLES.ASSISTANT,
395 '',
396 {
397 reasoningContent: '',
398 isReasoningExpanded: true,
399 isThinkingComplete: false,
400 hasAutoCollapsed: false,
401 status: 'loading'
402 }
403);
404
405// 检查消息是否包含图片
406export const hasImageContent = (message) => {

Callers 2

onMessageSendFunction · 0.90
useMessageEditFunction · 0.90

Calls 1

createMessageFunction · 0.85

Tested by

no test coverage detected