Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
257 changes: 0 additions & 257 deletions electron/ai-edition/deep-agent/agent-provider-capabilities.ts

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
// Covers the reasoning-effort matrix that survived the llm-call.ts deletion.
// The deleted top-level agent-provider-capabilities.ts had the only tests for
// this logic; these keep the per-provider wiring pinned.
// The capability helpers now live in chat-model.ts (folded from
// agent-provider-capabilities.ts); these keep the per-provider wiring pinned.

import { describe, expect, it } from "vitest";
import {
buildLangChainReasoningOptions,
getReasoningCapability,
normalizeReasoningEffortForCapability,
} from "./agent-provider-capabilities";
} from "./chat-model";

describe("getReasoningCapability", () => {
it("turns reasoning off for non-reasoning OpenAI models", () => {
Expand Down
Loading
Loading