mirror of
https://github.com/crewAIInc/crewAI.git
synced 2025-12-16 04:18:35 +00:00
fix: remove trailing whitespace from docstring
Co-Authored-By: João <joao@crewai.com>
This commit is contained in:
@@ -769,16 +769,16 @@ class Crew(FlowTrackable, BaseModel):
|
||||
def kickoff_stream(self, inputs: dict[str, Any] | None = None):
|
||||
"""
|
||||
Stream crew execution events in real-time.
|
||||
|
||||
|
||||
This method yields events as they occur during crew execution, making it
|
||||
easy to integrate with streaming frameworks like FastAPI's StreamingResponse.
|
||||
|
||||
|
||||
Args:
|
||||
inputs: Optional dictionary of inputs for the crew execution
|
||||
|
||||
|
||||
Yields:
|
||||
dict: Event dictionaries containing event type and data
|
||||
|
||||
|
||||
Example:
|
||||
```python
|
||||
from fastapi import FastAPI
|
||||
|
||||
Reference in New Issue
Block a user