8000 chore: Remove duplicated `model_config` attribute in EvalMetric class · devevignesh/adk-python@4942f19 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4942f19

Browse files
jsondaicopybara-github
authored andcommitted
chore: Remove duplicated model_config attribute in EvalMetric class
PiperOrigin-RevId: 768214087
1 parent 8488ff0 commit 4942f19

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/google/adk/evaluation/eval_metrics.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ class EvalMetric(BaseModel):
3232
populate_by_name=True,
3333
)
3434

35-
model_config = ConfigDict(
36-
alias_generator=alias_generators.to_camel,
37-
populate_by_name=True,
38-
)
39-
4035
metric_name: str
4136
"""The name of the metric."""
4237

0 commit comments

Comments
 (0)
0