返回 DeepSeek-Reasonix
completion_validation.go
根目录 / internal / event / completion_validation.go
1 package event
2
3 // TurnOutcomeCompletionUncertain is retained for old event readers. New runs
4 // no longer produce this outcome for completion validation; the value may
5 // still appear in persisted or cross-process events from older versions.
6 const TurnOutcomeCompletionUncertain = "completion_uncertain"
7
7 lines GO