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

Class GenerationConfigRequest

src/api/admin.py:626–629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

624
625
626class GenerationConfigRequest(BaseModel):
627 image_timeout: Optional[int] = None
628 video_timeout: Optional[int] = None
629 max_retries: Optional[int] = None
630
631
632class CallLogicConfigRequest(BaseModel):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected