You've already forked adk-python
mirror of
https://github.com/encounter/adk-python.git
synced 2026-03-30 10:57:20 -07:00
chore: Remove duplicated model_config attribute in EvalMetric class
PiperOrigin-RevId: 768214087
This commit is contained in:
committed by
Copybara-Service
parent
8488ff052f
commit
4942f19f3f
@@ -32,11 +32,6 @@ class EvalMetric(BaseModel):
|
||||
populate_by_name=True,
|
||||
)
|
||||
|
||||
model_config = ConfigDict(
|
||||
alias_generator=alias_generators.to_camel,
|
||||
populate_by_name=True,
|
||||
)
|
||||
|
||||
metric_name: str
|
||||
"""The name of the metric."""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user