code editor: Agent Studio improvement iteration 2 for contract-clock-studio-v1. Goa
This commit is contained in:
4
agent.py
4
agent.py
@@ -71,7 +71,7 @@ class ContractClockStudioV1(A2AAgent[ContractClockStudioV1Config, PlatformUserAu
|
||||
"contracts, saves user-scoped timelines, and reopens them in a packed "
|
||||
"one-page studio."
|
||||
)
|
||||
version = "0.1.2"
|
||||
version = "0.1.3"
|
||||
|
||||
config_model = ContractClockStudioV1Config
|
||||
auth_model = PlatformUserAuth
|
||||
@@ -197,7 +197,7 @@ class ContractClockStudioV1(A2AAgent[ContractClockStudioV1Config, PlatformUserAu
|
||||
"document from the packed frontend."
|
||||
),
|
||||
timeout_seconds=30,
|
||||
idempotent=True,
|
||||
idempotent=False,
|
||||
cost_class="cheap",
|
||||
)
|
||||
async def analyze_contract_upload(
|
||||
|
||||
Reference in New Issue
Block a user