File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ def __call__(self, **kwargs: Any) -> None:
17
17
18
18
Args:
19
19
**kwargs: Callback event data including:
20
- - reasoningText (Optional[str]): Reasoning text to print if provided.
21
- - data (str): Text content to stream.
22
- - complete (bool): Whether this is the final chunk of a response.
23
- - current_tool_use (dict): Information about the current tool being used.
20
+ - reasoningText (Optional[str]): Reasoning text to print if provided.
21
+ - data (str): Text content to stream.
22
+ - complete (bool): Whether this is the final chunk of a response.
23
+ - current_tool_use (dict): Information about the current tool being used.
24
24
"""
25
25
reasoningText = kwargs .get ("reasoningText" , False )
26
26
data = kwargs .get ("data" , "" )
You can’t perform that action at this time.
0 commit comments