Files
openrouter-python-sdk-retry…/docs/components/prompt.md
T
2025-11-13 14:21:27 -05:00

315 B

Prompt

Supported Types

str

value: str = /* values here */

List[str]

value: List[str] = /* values here */

List[float]

value: List[float] = /* values here */

List[List[float]]

value: List[List[float]] = /* values here */