From efc90b04c7400cd70b32b73a10073398fd066bec Mon Sep 17 00:00:00 2001 From: Vivek Aditya Date: Sat, 23 Mar 2024 12:50:46 +0530 Subject: [PATCH] minor fix --- docs/my-website/docs/observability/athina_integration.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/my-website/docs/observability/athina_integration.md b/docs/my-website/docs/observability/athina_integration.md index ef8902ea5..62c889751 100644 --- a/docs/my-website/docs/observability/athina_integration.md +++ b/docs/my-website/docs/observability/athina_integration.md @@ -42,7 +42,7 @@ response = completion( ``` ## Additional information in metadata -You can send some additional information to Athina by using the `metadata` field in completion. This can be useful for sending metadata about the request, such as the user ID, the request ID, or any other information you want to track. +You can send some additional information to Athina by using the `metadata` field in completion. This can be useful for sending metadata about the request, such as the customer_id, prompt_slug, or any other information you want to track. ```python #openai call with additional metadata @@ -56,7 +56,6 @@ response = completion( "prompt_slug": "my_prompt_slug/v1" } ) - ``` Following are the allowed fields in metadata, their types, and their descriptions: