LangChain Reference home pageLangChain ReferenceLangChain Reference
  • GitHub
  • Main Docs
Deep Agents
LangChain
LangGraph
Integrations
LangSmith
LangSmith
  • Client
  • Run Trees
  • Traceable
  • Evaluation
  • Schemas
  • Langchain
  • Jest
  • Vitest
  • Wrappers
  • Anonymizer
  • Jestlike
  • Vercel
  • Anthropic
  • Sandbox
⌘I

LangChain Assistant

Ask a question to get started

Enter to send•Shift+Enter new line

Menu

LangSmith
ClientRun TreesTraceableEvaluationSchemasLangchainJestVitestWrappersAnonymizerJestlikeVercelAnthropicSandbox
Language
Theme
JavaScriptlangsmith_openapi_clientresourcesSessionsInsightCreateParams
Interface●Since v0.8

InsightCreateParams

Copy
interface InsightCreateParams

Properties

property
attribute_schemas: __type | null
property
cluster_model: string | null
property
config_id: string | null
property
end_time: string | null
property
filter: string | null
property
hierarchy: number[] | null
property
is_scheduled: boolean
property
last_n_hours: number | null
property
model: "openai" | "anthropic"
property
name: string | null
property
partitions: __type | null
property
sample: number | null
property
summary_model: string | null
property
summary_prompt: string | null
property
user_context: __type | null
property
validate_model_secrets: boolean
deprecatedproperty
start_time: string | null
View source on GitHub