Skip to content

Commit

Permalink
one more choices
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanagas committed Jan 17, 2025
1 parent ed83c81 commit b22e8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contents/docs/ai-engineering/_snippets/langchain.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ response = chain.invoke(
print(response.content)
```

This automatically captures many properties into PostHog including `$ai_input`, `$ai_input_tokens`, `$ai_latency`, `$ai_model`, `$ai_model_parameters`, `$ai_output`, and `$ai_output_tokens`.
This automatically captures many properties into PostHog including `$ai_input`, `$ai_input_tokens`, `$ai_latency`, `$ai_model`, `$ai_model_parameters`, `$ai_output_choices`, and `$ai_output_tokens`.

0 comments on commit b22e8ed

Please sign in to comment.