Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.0.512 (#51)
Browse files Browse the repository at this point in the history
* 0.0.512

* fix: add wait timeout before getsteps
desaxce authored Jul 31, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent ee25799 commit 04083da
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@literalai/client",
"version": "0.0.511",
"version": "0.0.512",
"description": "",
"exports": {
".": {
1 change: 1 addition & 0 deletions tests/integration/openai.test.ts
Original file line number Diff line number Diff line change
@@ -219,6 +219,7 @@ describe('OpenAI Instrumentation', () => {
n: 1
});

await new Promise((resolve) => setTimeout(resolve, 2000));
const {
data: [step]
} = await client.api.getSteps({

0 comments on commit 04083da

Please sign in to comment.