mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:00:41 +00:00
test(agents): remove redundant payload casts
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user