implicit message id #131
Annotations
7 errors
tests/basic.test.ts > Basic > SGL: Streaming:
js/src/programState.ts#L377
TypeError: allMessages is not iterable
❯ ProgramState.<anonymous> src/programState.ts:377:39
❯ tests/basic.test.ts:44:30
|
tests/basic.test.ts > Basic > OpenAI: Streaming:
js/src/programState.ts#L377
TypeError: allMessages is not iterable
❯ ProgramState.<anonymous> src/programState.ts:377:39
❯ tests/basic.test.ts:44:30
|
tests/controlFlow.test.ts > Control flow > SGL: Update and fully regenerate:
js/tests/controlFlow.test.ts#L52
AssertionError: expected 'Tell me a short story' to be undefined
- Expected:
undefined
+ Received:
"Tell me a short story"
❯ tests/controlFlow.test.ts:52:32
|
tests/controlFlow.test.ts > Control flow > SGL: Update in place:
js/tests/controlFlow.test.ts#L70
AssertionError: expected '' to be undefined
- Expected:
undefined
+ Received:
""
❯ tests/controlFlow.test.ts:70:35
|
tests/controlFlow.test.ts > Control flow > OpenAI: Update and fully regenerate:
js/tests/controlFlow.test.ts#L52
AssertionError: expected 'Tell me a short story' to be undefined
- Expected:
undefined
+ Received:
"Tell me a short story"
❯ tests/controlFlow.test.ts:52:32
|
tests/controlFlow.test.ts > Control flow > OpenAI: Update in place:
js/tests/controlFlow.test.ts#L70
AssertionError: expected 'What did one wall say to the other wa…' to be undefined
- Expected:
undefined
+ Received:
"What did one wall say to the other wall?
\"I'll meet you at the corner!\""
❯ tests/controlFlow.test.ts:70:35
|
ci
Process completed with exit code 1.
|