chore: replace all cn comments to en version by volc api (#313)
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -54,7 +54,7 @@ func TestAgentRun(t *testing.T) {
|
||||
// content := []*entity.InputMetaData{
|
||||
// {
|
||||
// Type: entity.InputTypeText,
|
||||
// Text: "你是谁",
|
||||
// Text: "Who are you",
|
||||
// },
|
||||
// {
|
||||
// Type: entity.InputTypeImage,
|
||||
|
||||
Reference in New Issue
Block a user