LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
  • Overview
  • Agent
  • Middleware
  • Backends
  • Sandboxes
  • Skills
  • Subagents
  • Types
Modal
Daytona
Deno
Node VFS
Sandbox Standard Tests
  • Vitest
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

OverviewAgentMiddlewareBackendsSandboxesSkillsSubagentsTypes
Modal
Daytona
Deno
Node VFS
Sandbox Standard Tests
Vitest
Language
Theme
JavaScriptdeepagentsprofilesharnessResolveHarnessProfileOpts
Interface●Since v1.10

ResolveHarnessProfileOpts

Options for resolving a harness profile from model metadata.

Copy
interface ResolveHarnessProfileOpts

Properties

property
identifierHint: string

Model identifier extracted from a model instance (e.g., "claude-opus-4-7").

property
providerHint: string

Provider name extracted from a model instance (e.g., "anthropic").

property
spec: string

Model spec string (e.g., "anthropic:claude-opus-4-7").

View source on GitHub