Function: listPromptVersions()
listPromptVersions(
promptId,skip?,take?,options?):Promise<PromptVersionDTO[]>
List prompt versions
Parameters
promptId
string
skip?
number
take?
number
options?
account
Returns
Promise<PromptVersionDTO[]>
list of prompt version with options
Found a mistake? Let us know.