mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-29 02:29:31 +00:00
Remove stream frame version field
This commit is contained in:
@@ -18,7 +18,6 @@ UI, 서비스 브리지, 터미널 앱, 배포 런타임을 만들 때 Flow, 채
|
||||
```python
|
||||
from crewai.types.streaming import StreamFrame
|
||||
|
||||
frame.version # "v1"
|
||||
frame.id # 고유 프레임 id
|
||||
frame.seq # 사용 가능한 경우 실행 로컬 순서
|
||||
frame.type # "flow_started" 같은 원본 이벤트 타입
|
||||
|
||||
Reference in New Issue
Block a user