Skip to content

Commit ec6dcdb

Browse files
committed
Fix typo in docs.
1 parent d95e4ea commit ec6dcdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/user_guide/large_language_model/autogen_integration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ allowing you to integrate AutoGen application with OCI monitoring service to `bu
163163
from ads.llm.autogen.v02 import runtime_logging
164164
from ads.llm.autogen.v02.loggers import MetricLogger
165165
166-
monitoring_logger = AgentMonitoring(
166+
monitoring_logger = MetricLogger(
167167
# Metric namespace required by OCI monitoring.
168168
namespace="<MY_NAMESPACE>",
169169
# Optional application name, which will be a metric dimension if specified.

0 commit comments

Comments
 (0)