Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 173 Bytes

inputs.md

File metadata and controls

19 lines (11 loc) · 173 Bytes

Inputs

Text to embed.

Supported Types

str

value: str = /* values here */

List[str]

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