flow_engine_stream_response
llmfy.flow_engine.stream.flow_engine_stream_response
FlowEngineStreamType
Bases: str, Enum
FlowEngineStreamType
Source code in llmfy/flow_engine/stream/flow_engine_stream_response.py
START = 'start'
class-attribute
instance-attribute
STREAM = 'stream'
class-attribute
instance-attribute
RESULT = 'result'
class-attribute
instance-attribute
ERROR = 'error'
class-attribute
instance-attribute
FlowEngineStreamResponse
Bases: BaseModel
FlowEngineStreamResponse