interface LangSmithTelemetryConfigConfiguration options for creating a LangSmith telemetry integration for the Vercel AI SDK.
The LangSmith client to use.
Additional RunTree configuration to pass through.
Additional metadata associated with the example.
Custom name for the root span. If not provided, defaults to the model display name or "generateText"/"streamText".
Transform inputs before logging on child LLM step spans.
Transform outputs before logging on child LLM step spans.
Transform inputs before logging on the root span.
Transform outputs before logging on the root span.
Run type for the root span. Defaults to "chain".
Tags to attach to all spans.
Whether to include raw HTTP request/response bodies.
Whether to include intermediate step details in the output.
Whether to enable tracing.