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:
1717
1818 Args:
1919 **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.
2424 """
2525 reasoningText = kwargs .get ("reasoningText" , False )
2626 data = kwargs .get ("data" , "" )
You can’t perform that action at this time.
0 commit comments