code editor: Agent Studio improvement iteration 1 for revenue-recovery-agent. Goal:
This commit is contained in:
2
agent.py
2
agent.py
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user