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

Struct WorkflowModule

pkg/agent/prompt_modules.go:283–285  ·  view source on GitHub ↗

WorkflowModule 工作流上下文模块

Source from the content-addressed store, hash-verified

281
282// WorkflowModule 工作流上下文模块
283type WorkflowModule struct {
284 WorkflowInfo *WorkflowContextInfo
285}
286
287type WorkflowContextInfo struct {
288 WorkflowID string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected