Describe the feature
The Conversation API is undergoing several updates that must be reflected in the Python SDK. These include:
Addition of streaming response support (dapr/dapr#8813).
Implementation of tool calling support (dapr/dapr#8816).
These changes need to be propagated into the Python SDK to ensure full feature support and an up-to-date developer experience.
Acceptance Criteria
SDK includes support for streaming responses.
SDK includes support for tool calling.
SDK examples updated to reflect the new API capabilities.
Quickstarts updated to use the new version of the SDK
Release Note
RELEASE NOTE: