POW_functions
- Found in:
- Ollama Wrapper
Inheritance Tree
No indexed scripts extend this script.
Properties
Events
Functions
- Found in:
- Ollama Wrapper
[DEV SERVER] Loading description...
- Found in:
- Ollama Wrapper
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
- Found in:
- Ollama Wrapper
Retrieves the completed generation result and automatically cleans up storage
Parameters:
callbackId - The ID returned by OllamaGenerate()
Returns the generated text, or error message if generation failed
