We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bcad6b commit b206babCopy full SHA for b206bab
README.md
@@ -39,7 +39,10 @@ client.track_llm(
39
prompt="What is the capital of France?",
40
assistant_id="gpt-4",
41
generation="The capital of France is Paris.",
42
- properties={"model": "gpt-4"},
+ properties={
43
+ "$thread_id": "your-thread-id", # special trubrics property to group an interaction by conversation thread
44
+ "model": "gpt-4"
45
+ },
46
latency=1.5 # seconds
47
)
48
```
0 commit comments