Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Participant #526

Merged
merged 14 commits into from
Jun 10, 2024
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
Loading