Skip to content

Commit 12624cf

Browse files
committed
chore: Run formatter
1 parent ea07996 commit 12624cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

posthog/ai/langchain/callbacks.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,9 @@ def _capture_generation(
547547
"$ai_provider": run.provider,
548548
"$ai_model": run.model,
549549
"$ai_model_parameters": run.model_params,
550-
"$ai_input": with_privacy_mode(self._ph_client, self._privacy_mode, run.input),
550+
"$ai_input": with_privacy_mode(
551+
self._ph_client, self._privacy_mode, run.input
552+
),
551553
"$ai_http_status": 200,
552554
"$ai_latency": run.latency,
553555
"$ai_base_url": run.base_url,

0 commit comments

Comments
 (0)