File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -367,8 +367,8 @@ export const mistralProvider: ProviderConfig = {
367367 } )
368368
369369 let resultContent : any
370- if ( result . success && result . output ) {
371- toolResults . push ( result . output )
370+ if ( result . success && result . output ) {
371+ toolResults . push ( result . output )
372372 resultContent = result . output
373373 } else {
374374 resultContent = {
Original file line number Diff line number Diff line change @@ -377,8 +377,8 @@ export const ollamaProvider: ProviderConfig = {
377377 } )
378378
379379 let resultContent : any
380- if ( result . success && result . output ) {
381- toolResults . push ( result . output )
380+ if ( result . success && result . output ) {
381+ toolResults . push ( result . output )
382382 resultContent = result . output
383383 } else {
384384 resultContent = {
Original file line number Diff line number Diff line change @@ -429,8 +429,8 @@ export const vllmProvider: ProviderConfig = {
429429 } )
430430
431431 let resultContent : any
432- if ( result . success && result . output ) {
433- toolResults . push ( result . output )
432+ if ( result . success && result . output ) {
433+ toolResults . push ( result . output )
434434 resultContent = result . output
435435 } else {
436436 resultContent = {
You can’t perform that action at this time.
0 commit comments