mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
fix loss of stopHookCount
This commit is contained in:
parent
8dfd981af0
commit
1a7510d85e
1 changed files with 2 additions and 0 deletions
|
|
@ -3323,6 +3323,7 @@ describe('useGeminiStream', () => {
|
|||
'Reason 2: More details needed',
|
||||
'Reason 3: Incomplete response',
|
||||
],
|
||||
stopHookCount: 3,
|
||||
},
|
||||
};
|
||||
})(),
|
||||
|
|
@ -3365,6 +3366,7 @@ describe('useGeminiStream', () => {
|
|||
value: {
|
||||
iterationCount: 5,
|
||||
reasons: ['Hook reason 1', 'Hook reason 2'],
|
||||
stopHookCount: 2,
|
||||
},
|
||||
};
|
||||
})(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue