We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d95e4ea commit ec6dcdbCopy full SHA for ec6dcdb
docs/source/user_guide/large_language_model/autogen_integration.rst
@@ -163,7 +163,7 @@ allowing you to integrate AutoGen application with OCI monitoring service to `bu
163
from ads.llm.autogen.v02 import runtime_logging
164
from ads.llm.autogen.v02.loggers import MetricLogger
165
166
- monitoring_logger = AgentMonitoring(
+ monitoring_logger = MetricLogger(
167
# Metric namespace required by OCI monitoring.
168
namespace="<MY_NAMESPACE>",
169
# Optional application name, which will be a metric dimension if specified.
0 commit comments