Skip to content

feat(agentic_message): support agentic message concat#576

Merged
meguminnnnnnnnn merged 1 commit intorelease/agentic_modelfrom
feat/wdz/concat_agentic
Dec 3, 2025
Merged

feat(agentic_message): support agentic message concat#576
meguminnnnnnnnn merged 1 commit intorelease/agentic_modelfrom
feat/wdz/concat_agentic

Conversation

@meguminnnnnnnnn
Copy link
Copy Markdown
Contributor

@meguminnnnnnnnn meguminnnnnnnnn commented Nov 25, 2025

feat(agentic_model):

  • format print
  • support agentic chat template
  • support to compose agentic odel&agentic tools node
  • support agentic tool node
  • support agentic message concat

@meguminnnnnnnnn meguminnnnnnnnn force-pushed the feat/wdz/concat_agentic branch 8 times, most recently from b09ee4f to 32ad396 Compare November 26, 2025 12:32
@github-actions
Copy link
Copy Markdown

github-actions bot commented Nov 27, 2025

📊 Coverage Report:

File coverage threshold (20%) satisfied:	PASS
Package coverage threshold (30%) satisfied:	PASS
Total coverage threshold (83%) satisfied:	PASS
Total test coverage: 83.0% (7297/8788)

@meguminnnnnnnnn meguminnnnnnnnn force-pushed the feat/wdz/concat_agentic branch 5 times, most recently from 8afcaa4 to 453f6a7 Compare November 28, 2025 06:38
@meguminnnnnnnnn meguminnnnnnnnn force-pushed the feat/wdz/concat_agentic branch 2 times, most recently from 50d227c to a47e4c7 Compare December 1, 2025 03:46
* See the License for the specific language governing permissions and
* limitations under the License.
*/

Copy link
Copy Markdown

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/openai

Incompatible changes:

  • AssistantGenTextExtension.ItemID: 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.


import (
"context"
"fmt"
Copy link
Copy Markdown

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:

  • AssistantGenAudio.Base64Data: changed from *string to string
  • AssistantGenAudio.URL: changed from *string to string
  • AssistantGenImage.Base64Data: changed from *string to string
  • AssistantGenImage.URL: changed from *string to string
  • AssistantGenVideo.Base64Data: changed from *string to string
  • AssistantGenVideo.URL: changed from *string to string
  • MCPListToolsResult.Tools: changed from []MCPListToolsItem to []*MCPListToolsItem
  • MCPToolCallError.Code: changed from int64 to *int64
  • UserInputAudio.Base64Data: changed from *string to string
  • UserInputAudio.URL: changed from *string to string
  • UserInputFile.Base64Data: changed from *string to string
  • UserInputFile.Name: changed from *string to string
  • UserInputFile.URL: changed from *string to string
  • UserInputImage.Base64Data: changed from *string to string
  • UserInputImage.URL: changed from *string to string
  • UserInputVideo.Base64Data: changed from *string to string
  • UserInputVideo.URL: changed from *string to string
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.

@meguminnnnnnnnn meguminnnnnnnnn force-pushed the feat/wdz/concat_agentic branch 4 times, most recently from 7f0e846 to 819ad4b Compare December 1, 2025 06:03
@meguminnnnnnnnn meguminnnnnnnnn force-pushed the feat/wdz/concat_agentic branch 3 times, most recently from cc69ee0 to 6c8680f Compare December 3, 2025 08:41
@@ -0,0 +1,35 @@
/*
* Copyright 2025 CloudWeGo Authors
Copy link
Copy Markdown

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/openai

Incompatible changes:

  • ResponseMetaExtension.StreamError: removed
  • StreamResponseError: 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.

@meguminnnnnnnnn meguminnnnnnnnn force-pushed the feat/wdz/concat_agentic branch 3 times, most recently from 95a1e1e to 9f8326e Compare December 3, 2025 09:15
- format print
- support agentic chat template
- support to compose agentic odel&agentic tools node
- support agentic tool node
- support agentic message concat
@meguminnnnnnnnn meguminnnnnnnnn force-pushed the feat/wdz/concat_agentic branch from 9f8326e to 1a5487a Compare December 3, 2025 09:18
@meguminnnnnnnnn meguminnnnnnnnn merged commit f672218 into release/agentic_model Dec 3, 2025
10 checks passed
@meguminnnnnnnnn meguminnnnnnnnn deleted the feat/wdz/concat_agentic branch December 3, 2025 09:22
return texts[0], nil
}

ret := &AssistantGenText{
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

还有 Extension any

mrh997 pushed a commit that referenced this pull request Dec 22, 2025
feat(agentic_model):
- format print
- support agentic chat template
- support to compose agentic odel&agentic tools node
- support agentic tool node
- support agentic message concat
mrh997 pushed a commit that referenced this pull request Jan 6, 2026
feat(agentic_model):
- format print
- support agentic chat template
- support to compose agentic odel&agentic tools node
- support agentic tool node
- support agentic message concat
mrh997 pushed a commit that referenced this pull request Jan 6, 2026
feat(agentic_model):
- format print
- support agentic chat template
- support to compose agentic odel&agentic tools node
- support agentic tool node
- support agentic message concat
mrh997 pushed a commit that referenced this pull request Jan 15, 2026
feat(agentic_model):
- format print
- support agentic chat template
- support to compose agentic odel&agentic tools node
- support agentic tool node
- support agentic message concat
mrh997 pushed a commit that referenced this pull request Jan 15, 2026
feat(agentic_model):
- format print
- support agentic chat template
- support to compose agentic odel&agentic tools node
- support agentic tool node
- support agentic message concat
mrh997 pushed a commit that referenced this pull request Jan 22, 2026
feat(agentic_model):
- format print
- support agentic chat template
- support to compose agentic odel&agentic tools node
- support agentic tool node
- support agentic message concat
mrh997 pushed a commit that referenced this pull request Jan 22, 2026
feat(agentic_model):
- format print
- support agentic chat template
- support to compose agentic odel&agentic tools node
- support agentic tool node
- support agentic message concat
mrh997 pushed a commit that referenced this pull request Feb 24, 2026
feat(agentic_model):
- format print
- support agentic chat template
- support to compose agentic odel&agentic tools node
- support agentic tool node
- support agentic message concat
mrh997 pushed a commit that referenced this pull request Mar 12, 2026
feat(agentic_model):
- format print
- support agentic chat template
- support to compose agentic odel&agentic tools node
- support agentic tool node
- support agentic message concat
shentongmartin pushed a commit that referenced this pull request Mar 23, 2026
feat(agentic_model):
- format print
- support agentic chat template
- support to compose agentic odel&agentic tools node
- support agentic tool node
- support agentic message concat
shentongmartin pushed a commit that referenced this pull request Mar 30, 2026
feat(agentic_model):
- format print
- support agentic chat template
- support to compose agentic odel&agentic tools node
- support agentic tool node
- support agentic message concat
shentongmartin pushed a commit that referenced this pull request Apr 7, 2026
feat(agentic_model):
- format print
- support agentic chat template
- support to compose agentic odel&agentic tools node
- support agentic tool node
- support agentic message concat
shentongmartin pushed a commit that referenced this pull request Apr 8, 2026
feat(agentic_model):
- format print
- support agentic chat template
- support to compose agentic odel&agentic tools node
- support agentic tool node
- support agentic message concat
shentongmartin pushed a commit that referenced this pull request Apr 8, 2026
feat(agentic_model):
- format print
- support agentic chat template
- support to compose agentic odel&agentic tools node
- support agentic tool node
- support agentic message concat
mrh997 pushed a commit that referenced this pull request Apr 10, 2026
feat(agentic_model):
- format print
- support agentic chat template
- support to compose agentic odel&agentic tools node
- support agentic tool node
- support agentic message concat
shentongmartin pushed a commit that referenced this pull request Apr 13, 2026
feat(agentic_model):
- format print
- support agentic chat template
- support to compose agentic odel&agentic tools node
- support agentic tool node
- support agentic message concat
shentongmartin pushed a commit that referenced this pull request Apr 14, 2026
feat(agentic_model):
- format print
- support agentic chat template
- support to compose agentic odel&agentic tools node
- support agentic tool node
- support agentic message concat
N3kox pushed a commit that referenced this pull request Apr 14, 2026
feat(agentic_model):
- format print
- support agentic chat template
- support to compose agentic odel&agentic tools node
- support agentic tool node
- support agentic message concat
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.

2 participants