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

Function addDecisionStep

ui/src/stores/thinking.ts:102–108  ·  view source on GitHub ↗
(messageId: string, decision: string)

Source from the content-addressed store, hash-verified

100 * 添加决策步骤
101 */
102 const addDecisionStep = (messageId: string, decision: string) => {
103 addStep(messageId, {
104 type: "decision",
105 content: decision,
106 timestamp: Date.now(),
107 });
108 };
109
110 /**
111 * 添加审批步骤

Callers

nothing calls this directly

Calls 1

addStepFunction · 0.85

Tested by

no test coverage detected