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

Copy
interface ResolveHarnessProfileOpts

Properties

View source on GitHub
property
identifierHint: string
property
providerHint: string
property
spec: string

Options for resolving a harness profile from model metadata.

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

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

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