orxtra v0.13.0 /services.src.orxtra.services._config
On this page

Thin read-only wrappers: show_config() returns a run's persisted config snapshot, show_pricing() returns the internal per-model pricing table as plain strings.

#services.src.orxtra.services._config

#services.src.orxtra.services._config

#show_config

python
async def show_config(pool: asyncpg.Pool, run_id: UUID) -> dict[str, Any] | None

#show_pricing

python
async def show_pricing() -> dict[str, dict[str, str]]
Search