The type of run being traced, which maps to run_type in LangSmith.
public class RunTypeThe type of run being traced, which maps to run_type in LangSmith.
Use the predefined constants ([CHAIN], [LLM], [TOOL], [RETRIEVER]) or create a custom type with
[of]:
val custom = RunType.of("embedding")