MCPcopy Create free account
hub / github.com/astercloud/aster / getSteps

Function getSteps

ui/src/stores/thinking.ts:155–157  ·  view source on GitHub ↗
(messageId: string)

Source from the content-addressed store, hash-verified

153 * 获取指定消息的思维步骤
154 */
155 const getSteps = (messageId: string): ThinkingStep[] => {
156 return stepsByMessage.value.get(messageId) || [];
157 };
158
159 /**
160 * 清除指定消息的思维步骤

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected