stub.function(
allow_concurrent_inputs=500, secrets=[modal.Secret.from_name("openpipe")]
)
| 1 | import modal |
| 2 | from pydantic import BaseModel |
| 3 | import fastapi |
| 4 | from typing import Union, Literal |
nothing calls this directly
no outgoing calls
no test coverage detected