Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ ValidateInput
Method
ValidateInput
pkg/workflow/workflow.go:174–180 ·
view source on GitHub ↗
ValidateInput 验证输入
(input any)
Source
from the content-addressed store, hash-verified
172
173
// ValidateInput 验证输入
174
func
(w *Workflow) ValidateInput(input any) error {
175
if
w.InputSchema == nil {
176
return
nil
177
}
178
// TODO: 实现输入验证逻辑
179
return
nil
180
}
181
182
// ===== 会话管理 =====
183
Callers
1
Execute
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected