mirror of
https://github.com/alibaba/higress.git
synced 2026-05-22 11:47:27 +08:00
fix(ai-statistics): use RuleAppend as default for streaming answer extraction (#3505)这个
This commit is contained in:
@@ -153,10 +153,12 @@ func getDefaultAttributes() []Attribute {
|
||||
{
|
||||
Key: BuiltinAnswerKey,
|
||||
ApplyToLog: true,
|
||||
Rule: RuleAppend, // Streaming responses need to append content from all chunks
|
||||
},
|
||||
{
|
||||
Key: BuiltinReasoningKey,
|
||||
ApplyToLog: true,
|
||||
Rule: RuleAppend, // Streaming responses need to append content from all chunks
|
||||
},
|
||||
{
|
||||
Key: BuiltinToolCallsKey,
|
||||
|
||||
Reference in New Issue
Block a user