Remove console.log #29
Annotations
4 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_4QHrtTE7ypURtcQzMw6LejrC
❯ 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 value returned from the test func…' to deeply equal 'hello 123'
- Expected
+ Received
- hello 123
+ The value returned from the test function foo is: "hello 123".
❯ src/completions/completion-with-functions.spec.ts:29:24
|
src/completions/completion-with-json.spec.ts > Completion with JSON response > should run completion with JSON response:
src/completions/completion-with-json.spec.ts#L31
AssertionError: expected undefined to deeply equal 'hello 123'
- Expected:
"hello 123"
+ Received:
undefined
❯ src/completions/completion-with-json.spec.ts:31:28
|
build (20.x)
Process completed with exit code 1.
|