Configuration options for creating a LangSmith telemetry integration for the Vercel AI SDK.
interface LangSmithTelemetryConfigCustom LangSmith client configuration.
Additional RunTree configuration to pass through.
Additional metadata to attach to all spans.
Custom name for the root span. If not provided, defaults to the model display name or "generateText"/"streamText".
Project name to log runs to.
Run type for the root span. Defaults to "chain".
Whether to include raw HTTP request/response bodies.
Whether to include intermediate step details in the output.
Whether to enable tracing.