Resource
list-prompts-result
No description available.
resource list-prompts-result;F constructor
constructor: func(res: response-stream, id: id) -> list-prompts-result;F add-prompt
add-prompt: func(prompt: prompt) -> result<_, response-stream-error>;F set-next-cursor
set-next-cursor: func(cursor: cursor);F set-meta
set-meta: func(meta: meta);F finish
finish: func(res: list-prompts-result) -> result<response-stream, response-stream-error>;F interrupt
interrupt: func(res: list-prompts-result) -> response-stream;