Add files via upload

This commit is contained in:
公明
2026-07-06 11:34:50 +08:00
committed by GitHub
parent 2764732cdf
commit f6412150cf
19 changed files with 1603 additions and 102 deletions
+4 -4
View File
@@ -4,11 +4,11 @@ import "errors"
// AwaitingHITLError indicates the workflow paused before a HITL node for human approval.
type AwaitingHITLError struct {
RunID string
NodeID string
RunID string
NodeID string
NodeLabel string
Prompt string
Reviewer string
Prompt string
Reviewer string
}
func (e *AwaitingHITLError) Error() string {