Skip to content

Commit

Permalink
Participant (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan authored Jun 10, 2024
1 parent dd2adb0 commit 5c4331b
Show file tree
Hide file tree
Showing 26 changed files with 951 additions and 373 deletions.
54 changes: 40 additions & 14 deletions docs/genaisrc/genaiscript.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 40 additions & 14 deletions genaisrc/genaiscript.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/cli/src/batch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ export async function batchScript(
retryDelay,
maxDelay,
vars,
stats: { toolCalls: 0, repairs: 0 },
stats: { toolCalls: 0, repairs: 0, turns: 0 },
trace,
}
)
Expand Down
1 change: 1 addition & 0 deletions packages/cli/src/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ ${Array.from(files)
stats: {
toolCalls: 0,
repairs: 0,
turns: 0
},
})
} catch (err) {
Expand Down
Loading

0 comments on commit 5c4331b

Please sign in to comment.