Update openai package imports #26
Annotations
3 errors
src/chains/prompt-with-retry.spec.ts > Prompt with Retry > should retry prompt:
src/chains/prompt-with-retry.ts#L38
Error: Max retries reached. Last error: [
{
"code": "invalid_type",
"expected": "string",
"received": "undefined",
"path": [
"color"
],
"message": "Required"
}
], thread id: thread_hfXtN3ItEmvgoie30h2tGccT
❯ promptWithRetry src/chains/prompt-with-retry.ts:38:10
❯ src/chains/prompt-with-retry.spec.ts:10:18
|
src/completions/completion-with-functions.spec.ts > Completion with Functions > should run completion with functions:
src/completions/completion-with-functions.spec.ts#L29
AssertionError: expected 'The response from the function foo is…' to deeply equal 'hello 123'
- Expected
+ Received
- hello 123
+ The response from the function foo is: "hello 123".
❯ src/completions/completion-with-functions.spec.ts:29:24
|
build (20.x)
Process completed with exit code 1.
|