Skip to content

Conversation

encircles
Copy link
Contributor

bug: type assertion does not match

Interrupted != nil {
fmt.Printf("\ninterrupt happened, info: %+v\n", event.Action.Interrupted.Data.(*compose.InterruptInfo).RerunNodesExtra["ToolNode"])
continue
}

fixed:

Interrupted != nil {
fmt.Printf("\ninterrupt happened, info: %+v\n", event.Action.Interrupted.Data.(*adk.ChatModelAgentInterruptInfo).Info.RerunNodesExtra["ToolNode"])
continue
}

@encircles encircles requested review from a team as code owners September 5, 2025 09:37
@CLAassistant
Copy link

CLAassistant commented Sep 5, 2025

CLA assistant check
All committers have signed the CLA.

Copy link

netlify bot commented Sep 5, 2025

Deploy Preview for cloudwego ready!

Name Link
🔨 Latest commit 06a605b
🔍 Latest deploy log https://app.netlify.com/projects/cloudwego/deploys/68baaf79480b870008bb2041
😎 Deploy Preview https://deploy-preview-1407--cloudwego.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@hi-pender hi-pender enabled auto-merge (squash) September 6, 2025 02:35
@hi-pender hi-pender merged commit f53d819 into cloudwego:main Sep 6, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants