1.0.0-beta.2 (2025-06-17)
Breaking Changes
- Merges
RunsClient
andRunStepsClient
intoRunsClient
- Merges
VectorStoresClient
,VectorStoreFilesClient
,VectoreStoreFileBatchesClient
into oneVectoreStoresClient
PersistentAgentsAdministrationClientBuilder
is replace withPersistentAgentsClientBuilder
and administration related operations are separated out intoPersistentAgentsAdministrationClient
- Introduced
PersistentAgentsClient
and other clients have been made sub-clients ofPersistentAgentsClient
AgentsServiceVersion
is renamed toPersistentAgentsServiceVersion
Bugs Fixed
Other Changes
- Deletion operations in service clients will not return any content. Exception will be raised if deletion fails.