You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update 3.3 release note
Signed-off-by: Nathalie Jonathan <nathhjo@amazon.com>
* Address comment, add more commits
Signed-off-by: Nathalie Jonathan <nathhjo@amazon.com>
* Add more commits
Signed-off-by: Nathalie Jonathan <nathhjo@amazon.com>
* Add more commit
Signed-off-by: Nathalie Jonathan <nathhjo@amazon.com>
---------
Signed-off-by: Nathalie Jonathan <nathhjo@amazon.com>
* Improve user preference extraction prompt with XML-based structure ([#4288](https://github.com/opensearch-project/ml-commons/pull/4288))
35
39
36
40
### Bug Fixes
37
41
* Fix NPE when execute flow agent with mutli tenancy is off ([#4189](https://github.com/opensearch-project/ml-commons/pull/4189))
@@ -53,10 +57,20 @@ Compatible with OpenSearch and OpenSearch Dashboards version 3.3.0
53
57
* Skip the model interface validation for batch predict ([#4219](https://github.com/opensearch-project/ml-commons/pull/4219))
54
58
* Fix: use builtin BulkByScrollResponse parser to parse delete by query response in memories ([#4237](https://github.com/opensearch-project/ml-commons/pull/4237))
55
59
* Fix stream predict with security enabled ([#4248](https://github.com/opensearch-project/ml-commons/pull/4248))
60
+
* Fix wrong field name in get working memory API ([#4255](https://github.com/opensearch-project/ml-commons/pull/4255))
61
+
* Fix: allow only container owner to delete memory container ([#4258](https://github.com/opensearch-project/ml-commons/pull/4258))
62
+
*[Agent Framework] Exception handling for runtime exceptions during async execution ([#4263](https://github.com/opensearch-project/ml-commons/pull/4263))
63
+
* Fix json parsing error by extracing json first; add for each processor; support input processor ([#4278](https://github.com/opensearch-project/ml-commons/pull/4278))
64
+
* Fix: add validations during create and update memory container ([#4284](https://github.com/opensearch-project/ml-commons/pull/4284))
0 commit comments