MCPcopy Create free account
hub / github.com/TheSmallHanCat/flow2api / get_generation_timeout

Function get_generation_timeout

src/api/admin.py:1615–1617  ·  view source on GitHub ↗

Get generation timeout configuration

(token: str = Depends(verify_admin_token))

Source from the content-addressed store, hash-verified

1613
1614@router.get("/api/generation/timeout")
1615async def get_generation_timeout(token: str = Depends(verify_admin_token)):
1616 """Get generation timeout configuration"""
1617 return await get_generation_config(token)
1618
1619
1620@router.post("/api/generation/timeout")

Callers

nothing calls this directly

Calls 1

get_generation_configFunction · 0.85

Tested by

no test coverage detected