lc_attributes() — langchain Function Reference
Architecture documentation for the lc_attributes() function in azure.py from the langchain codebase.
Entity Profile
Dependency Diagram
graph TD 2861386f_a4c6_b5bb_fcc6_6c22a1d5e8ee["lc_attributes()"] fc5b1a22_84a3_78a2_1034_9e66c56cf562["AzureOpenAI"] 2861386f_a4c6_b5bb_fcc6_6c22a1d5e8ee -->|defined in| fc5b1a22_84a3_78a2_1034_9e66c56cf562 style 2861386f_a4c6_b5bb_fcc6_6c22a1d5e8ee fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
libs/partners/openai/langchain_openai/llms/azure.py lines 227–232
def lc_attributes(self) -> dict[str, Any]:
"""Attributes relevant to tracing."""
return {
"openai_api_type": self.openai_api_type,
"openai_api_version": self.openai_api_version,
}
Domain
Subdomains
Source
Frequently Asked Questions
What does lc_attributes() do?
lc_attributes() is a function in the langchain codebase, defined in libs/partners/openai/langchain_openai/llms/azure.py.
Where is lc_attributes() defined?
lc_attributes() is defined in libs/partners/openai/langchain_openai/llms/azure.py at line 227.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free