Skip to content

Commit

Permalink
fix(langSmith-docs): runTree run_type params in TS
Browse files Browse the repository at this point in the history
  • Loading branch information
Makoq committed Oct 29, 2024
1 parent 5f78fa3 commit 640f8c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const traceableCallOpenAI = traceable(async (messages: {role: string, content: s
await traceableCallOpenAI(messages, "gpt-3.5-turbo");\n
// Create and use a RunTree object
const rt = new RunTree({
runType: "llm",
run_type: "llm",
name: "OpenAI Call RunTree",
inputs: { messages },
// highlight-next-line
Expand Down

0 comments on commit 640f8c4

Please sign in to comment.