Skip to content

Commit b8bf16a

Browse files
author
兰振旭
committed
fix(langSmith-docs): runTree run_type params in TS
1 parent 5f78fa3 commit b8bf16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/observability/how_to_guides/tracing/log_traces_to_project.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ const traceableCallOpenAI = traceable(async (messages: {role: string, content: s
119119
await traceableCallOpenAI(messages, "gpt-3.5-turbo");\n
120120
// Create and use a RunTree object
121121
const rt = new RunTree({
122-
runType: "llm",
122+
run_type: "llm",
123123
name: "OpenAI Call RunTree",
124124
inputs: { messages },
125125
// highlight-next-line

0 commit comments

Comments
 (0)