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

Method WithStream

pkg/workflow/workflow.go:99–103  ·  view source on GitHub ↗

WithStream 启用流式

()

Source from the content-addressed store, hash-verified

97
98// WithStream 启用流式
99func (w *Workflow) WithStream() *Workflow {
100 w.Stream = true
101 w.StreamEvents = true
102 return w
103}
104
105// WithDebug 启用调试
106func (w *Workflow) WithDebug() *Workflow {

Callers 5

mainFunction · 0.80
demoComplexWorkflowFunction · 0.80
testBasicWorkflowFunction · 0.80
testAllStepTypesFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected