ThreadService contains methods and other services that help with interacting.
type ThreadService structThreadService contains methods and other services that help with interacting with the langChain API.
Note, unlike clients, this service does not read variables from the environment automatically. You should not instantiate this service directly, and instead use the [NewThreadService] method instead.
Retrieve all traces belonging to a specific thread within a project.
Retrieve all traces belonging to a specific thread within a project.
Query threads within a project (session), with cursor-based pagination.
Query threads within a project (session), with cursor-based pagination.
Compute aggregate stats for a single thread (turn count, latency percentiles,.