feat(agentic_message): support agentic message concat#576
Merged
meguminnnnnnnnn merged 1 commit intorelease/agentic_modelfrom Dec 3, 2025
Merged
feat(agentic_message): support agentic message concat#576meguminnnnnnnnn merged 1 commit intorelease/agentic_modelfrom
meguminnnnnnnnn merged 1 commit intorelease/agentic_modelfrom
Conversation
b09ee4f to
32ad396
Compare
26121e0 to
69580e7
Compare
69580e7 to
c333f39
Compare
c333f39 to
2a8535a
Compare
📊 Coverage Report: |
8afcaa4 to
453f6a7
Compare
50d227c to
a47e4c7
Compare
| * See the License for the specific language governing permissions and | ||
| * limitations under the License. | ||
| */ | ||
|
|
There was a problem hiding this comment.
🚨 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
|
|
||
| import ( | ||
| "context" | ||
| "fmt" |
There was a problem hiding this comment.
🚨 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
7f0e846 to
819ad4b
Compare
cc69ee0 to
6c8680f
Compare
| @@ -0,0 +1,35 @@ | |||
| /* | |||
| * Copyright 2025 CloudWeGo Authors | |||
There was a problem hiding this comment.
🚨 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
95a1e1e to
9f8326e
Compare
- format print - support agentic chat template - support to compose agentic odel&agentic tools node - support agentic tool node - support agentic message concat
9f8326e to
1a5487a
Compare
mrh997
reviewed
Dec 3, 2025
| return texts[0], nil | ||
| } | ||
|
|
||
| ret := &AssistantGenText{ |
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat(agentic_model):