Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions schema/agentic_message.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*

Check failure on line 1 in schema/agentic_message.go

View workflow job for this annotation

GitHub Actions / eino-unit-test

File test coverage below threshold

File test coverage below threshold: coverage: 0.0% (0/25); threshold: 20%
* Copyright 2025 CloudWeGo Authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down Expand Up @@ -306,8 +306,8 @@
}

type MCPToolCallError struct {
Code *int64
Error string
Code *int64
Message string
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚨 Breaking API Changes Detected

Package: github.com/cloudwego/eino/schema

Incompatible changes:

  • MCPToolCallError.Error: removed
Review Guidelines

Please ensure that:

  • The changes are absolutely necessary
  • They are properly documented
  • Migration guides are provided if needed

⚠️ Please resolve this thread after reviewing the breaking changes.

}

type MCPListToolsResult struct {
Expand Down
Loading