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

Function clearSteps

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

Source from the content-addressed store, hash-verified

160 * 清除指定消息的思维步骤
161 */
162 const clearSteps = (messageId: string) => {
163 stepsByMessage.value.delete(messageId);
164 };
165
166 /**
167 * 清除所有思维步骤

Callers

nothing calls this directly

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected