Skip to content

Commit 7f9d437

Browse files
committed
add note about variable names
1 parent f94b58c commit 7f9d437

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/en/llm_observability/instrumentation/auto_instrumentation.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ The LangChain integration instruments the following methods:
107107
- [Prompt Templating][64]
108108
- `BasePromptTemplate.invoke()`, `BasePromptTemplate.ainvoke()`
109109

110+
**Note**: For best results, assign templates to variables with meaningful names, as auto-instrumentation uses these names to identify prompts.
111+
110112
## Amazon Bedrock
111113

112114
The Amazon Bedrock integration provides automatic tracing for the Amazon Bedrock Runtime Python SDK's chat model calls (using [Boto3][5]/[Botocore][6]).

0 commit comments

Comments
 (0)