Skip to content

Commit 9638bc5

Browse files
committed
Clarify introduction of traceability
1 parent 3e7441c commit 9638bc5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

content/en/docs/marketplace/genai/reference-guide/genai-commons.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ Lastly, the [Conversational UI module](/appstore/modules/genai/conversational-ui
4949

5050
### Traceability {#traceability}
5151

52-
By default, the chat completions operations of GenAI Commons store data in your application's database for traceability reasons. This makes it easier to understand the usage of GenAI in your app and why the model behaved in a certain way, for example, by reviewing tool usage. In version 5.3.0 and above, trace data is only persisted if the constant `StoreTraces` is set to *true*.
52+
Traceability was introduced in version 5.3.0 of the GenAI Commons module.
53+
54+
By default, the chat completions operations of GenAI Commons store data in your application's database for traceability reasons. This makes it easier to understand the usage of GenAI in your app and why the model behaved in a certain way, for example, by reviewing tool usage. Trace data is only persisted if the constant `StoreTraces` is set to *true*.
5355

5456
As traces may contain sensitive and personally identifiable information, you should determine, on a case-by-case basis, whether storing this data is compliant.
5557

0 commit comments

Comments
 (0)