import { ... } from "langsmith/schemas";A run can represent either a trace (root run) or a child run (~span).
Represents the configuration for feedback. This determines how the LangSmith service interprets feedback values of the associated key.
Describes properties of a run when loaded from the database. Extends the BaseRun interface.
A run can represent either a trace (root run) or a child run (~span).
A run can represent either a trace (root run) or a child run (~span).
Breakdown of input token counts.
Does not need to sum to full input token count. Does not need to have all keys.
Breakdown of output token counts.
Does not need to sum to full output token count. Does not need to have all keys.
Represents the expected output schema returned by traceable or by run tree output for LangSmith to correctly display documents in the UI
Usage metadata for a message, such as token counts.