listPrompts
Stub — This method is not implemented yet. Planned for a future ImagineoAI release.
Lists all prompts stored or generated for the authenticated user. Will return an array of prompt objects.
Available in: Browser & Node.js SDK (stub)
Signature
async listPrompts(): Promise<ListPromptsResponse>
Returns
Promise<{ prompts: Prompt[] }>— List of prompts (seePrompttype in the API reference).
Errors
- Throws
"not implemented yet."
Example
await client.listPrompts(); // Throws for now