chore: migrate pi packages to earendil works scope
This commit is contained in:
@@ -5,7 +5,7 @@ import { streamSimple } from "../src/stream.js";
|
||||
// Empty tools arrays must NOT be serialized as `tools: []` — some OpenAI-compatible
|
||||
// backends (e.g. DashScope / Aliyun Qwen via compatible-mode) reject the request with
|
||||
// `"[] is too short - 'tools'"` (HTTP 400) when `--no-tools` produces an empty array.
|
||||
// Regression for https://github.com/badlogic/pi-mono/issues/<issue-number>
|
||||
// Regression for https://github.com/earendil-works/pi-mono/issues/<issue-number>
|
||||
|
||||
const mockState = vi.hoisted(() => ({
|
||||
lastParams: undefined as unknown,
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
* OpenAI Responses API generates IDs in format: {call_id}|{id}
|
||||
* where {id} can be 400+ chars with special characters (+, /, =).
|
||||
*
|
||||
* Regression test for: https://github.com/badlogic/pi-mono/issues/1022
|
||||
* Regression test for: https://github.com/earendil-works/pi-mono/issues/1022
|
||||
*/
|
||||
|
||||
import { Type } from "typebox";
|
||||
|
||||
Reference in New Issue
Block a user