code editor: Agent Studio improvement iteration 1 for quote-judge-studio-v1. Goal:

This commit is contained in:
a2a-code-editor
2026-07-18 07:02:48 +00:00
parent aa394b891a
commit 8c5fe0b8ea
6 changed files with 49 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ MAX_QUOTES = 20
MAX_UPLOAD_BYTES = 64_000
MAX_BROWSER_UPLOADS = 3
ALLOWED_UPLOAD_MEDIA_TYPES = ("text/csv", "text/plain", "application/json")
VERSION = "0.1.0"
VERSION = "0.1.4"
class QuoteJudgeStudioV1Config(BaseModel):