Python: [BREAKING] added SerializationMixin and applied to contents, agents, chat client… (#1012)

* added SerializationMixin and applied to contents, agents, chat clients, removed AFBaseModel

* fix annotations type

* mypy fixes

* fix tests

* fix serializable subvalues and added large docstring

* updated indents in code block

* fixed exported urls
This commit is contained in:
Eduard van Valkenburg
2025-09-30 21:53:46 +02:00
committed by GitHub
Unverified
parent 3eb26632ce
commit 54ad135914
84 changed files with 2302 additions and 1957 deletions
@@ -268,7 +268,6 @@ class CopilotStudioAgent(BaseAgent):
yield AgentRunResponseUpdate(
role=message.role,
contents=message.contents,
additional_properties=message.additional_properties,
author_name=message.author_name,
raw_representation=message.raw_representation,
response_id=message.message_id,