- Found in:
- Ollama Wrapper
Description
Documentation Comment
Non-blocking poll to check if a specific generation request has completed
Allows scripts to query status without freezing execution
Parameters:
callbackId - The ID returned by OllamaGenerate()
Returns true when generation is done and result is ready
Caveats
Parameters
intcallbackId
Examples
Auto-Generated Example
int myInt__callbackId
bool returnedValue = POW_functions.IsGenerationComplete(myInt__callbackId)