Add initial set of doc comments to the SDK (#4513)

Also perform minor code cleanup.
This commit is contained in:
pakrym-oai
2025-10-01 13:12:59 -07:00
committed by GitHub
parent 5d78c1edd3
commit 31102af54b
8 changed files with 202 additions and 34 deletions

View File

@@ -218,7 +218,6 @@ describe("Codex", () => {
await close();
}
});
it("runs in provided working directory", async () => {
const { url, close } = await startResponsesTestProxy({
statusCode: 200,
@@ -286,7 +285,6 @@ describe("Codex", () => {
}
});
});
function expectPair(args: string[] | undefined, pair: [string, string]) {
if (!args) {
throw new Error("Args is undefined");