typing dandy.llm.prompt.typing PromptOrStr = Prompt | str module-attribute PromptOrStrOrNone = Prompt | str | None module-attribute