File tree Expand file tree Collapse file tree
packages/app-core/src/benchmark Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2498,12 +2498,12 @@ export async function startBenchmarkServer() {
24982498 ? _normalizeTauNativeMessages ( text , benchmarkContext )
24992499 : isVendingBenchmarkName ( session . benchmark )
25002500 ? normalizeLocaNativeMessages ( benchmarkContext . messages )
2501- : normalizeActionCallingNativeMessages ( text , benchmarkContext ) ;
2501+ : normalizeActionCallingNativeMessages ( text , benchmarkContext ) ;
25022502 const openAiMessages = _isTauBenchmarkName ( session . benchmark )
25032503 ? nativeMessages
25042504 : isVendingBenchmarkName ( session . benchmark )
25052505 ? nativeMessages
2506- : normalizeActionCallingOpenAiMessages ( text , benchmarkContext ) ;
2506+ : normalizeActionCallingOpenAiMessages ( text , benchmarkContext ) ;
25072507 const maxTokens =
25082508 typeof benchmarkContext . max_tokens === "number"
25092509 ? benchmarkContext . max_tokens
You can’t perform that action at this time.
0 commit comments