Represents bounded prompt job ready to be run or streamed.
The job ID.
The options for the prompt.
The prompt to be processed
Run the prompt job.
A promise that resolves with the result
Stream the prompt job.
An async generator that yields the result
Represents bounded prompt job ready to be run or streamed.