File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
typescript-sdk/integrations/adk-middleware Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
### Added
11
11
- ** NEW** : SystemMessage support for ADK agents (issue #22 ) - SystemMessages as first message are now appended to agent instructions
12
12
- ** NEW** : Comprehensive tests for SystemMessage functionality including edge cases
13
+ - ** NEW** : Long running tools can be defined in backend side as well
14
+ - ** NEW** : Predictive state demo is added in dojo App
13
15
14
16
### Fixed
15
17
- ** FIXED** : Race condition in tool result processing causing "No pending tool calls found" warnings
16
18
- ** FIXED** : Tool call removal now happens after pending check to prevent race conditions
17
19
- ** IMPROVED** : Better handling of empty tool result content with graceful JSON parsing fallback
18
20
- ** FIXED** : Pending tool call state management now uses SessionManager methods (issue #25 )
21
+ - ** FIXED** : Pending tools issue for normal backend tools is now fixed (issue #32 )
19
22
20
23
### Enhanced
21
24
- ** LOGGING** : Added debug logging for tool result processing to aid in troubleshooting
You can’t perform that action at this time.
0 commit comments