feat: add async function support and nextTurnParams for dynamic parameter control. Also dynamic run stoppage #176
pr-validation.yaml
on: pull_request
validate
/
validate
1m 8s
Annotations
3 errors
|
validate / validate
Process completed with exit code 1.
|
|
tests/e2e/call-model.test.ts > callModel E2E Tests > response.newMessagesStream - Streaming message updates (Responses format) > should include OpenResponsesFunctionCallOutput with correct shape when tools are executed:
tests/e2e/call-model.test.ts#L656
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ tests/e2e/call-model.test.ts:656:37
|
|
tests/e2e/call-model.test.ts > callModel E2E Tests > Chat-style messages support > should accept chat-style tools (ToolDefinitionJson):
tests/e2e/call-model.test.ts#L134
AssertionError: expected 0 to be greater than 0
❯ tests/e2e/call-model.test.ts:134:32
|