code editor: Agent Studio improvement iteration 1 for revenue-recovery-agent. Goal:

This commit is contained in:
a2a-code-editor
2026-07-13 11:24:15 +00:00
parent 0e319186eb
commit 59e34ac357

View File

@@ -237,7 +237,7 @@ class PolicyConfig(StrictModel):
class AnalyzeRevenueLeakageInput(StrictModel):
tenant_id: str = Field(min_length=3, max_length=128)
tenant_id: str = Field(default="tenant-smoke", min_length=3, max_length=128)
run_id: str | None = Field(default=None, min_length=8, max_length=80)
use_synthetic_data: bool = True
snapshots: SnapshotBundle | None = None