chore: replace all cn comments to en version by volc api (#313)

This commit is contained in:
tecvan
2025-07-31 15:18:11 +08:00
committed by GitHub
parent 91d6cdb430
commit 5abc63fba6
254 changed files with 5899 additions and 5844 deletions

View File

@@ -326,7 +326,7 @@ func (c *runImpl) buildAgentMessage2Create(ctx context.Context, chunk *entity.Ag
afcMarshal, _ := json.Marshal(afc)
msg.Content = string(afcMarshal)
// 添加 ext 用于保存到 context_message
// Add ext to save to context_message
interruptByte, err := json.Marshal(chunk.Interrupt)
if err == nil {
buildExt[string(msgEntity.ExtKeyResumeInfo)] = string(interruptByte)

View File

@@ -54,7 +54,7 @@ func TestAgentRun(t *testing.T) {
// content := []*entity.InputMetaData{
// {
// Type: entity.InputTypeText,
// Text: "你是谁",
// Text: "Who are you",
// },
// {
// Type: entity.InputTypeImage,