test(agents): remove redundant payload casts

This commit is contained in:
Vincent Koc
2026-05-04 16:55:53 -07:00
parent d253392ea2
commit 306a582294

View File

@@ -811,7 +811,7 @@ describe("openai transport stream", () => {
{
reasoningEffort: "high",
} as never,
) as Record<string, unknown>;
);
expect(params).toMatchObject({
reasoning: {
@@ -850,7 +850,7 @@ describe("openai transport stream", () => {
{
reasoningEffort: "high",
} as never,
) as Record<string, unknown>;
);
expect(params).toMatchObject({
reasoning: {