add orgnization ID to build_xxxx_uri methods + make methods require named args + add basic tests (#2628)

This commit is contained in:
Asher Foa
2025-06-10 13:29:10 -04:00
committed by GitHub
parent cd0b5e25f7
commit e30a4cf258
8 changed files with 361 additions and 30 deletions

View File

@@ -107,6 +107,8 @@ jobs:
env:
ENABLE_OPENAI: "true"
OPENAI_API_KEY: "sk-dummy"
AWS_ACCESS_KEY_ID: "dummy"
AWS_SECRET_ACCESS_KEY: "dummy"
run: poetry run pytest
fe-lint-build:
name: Frontend Lint and Build