- Found in:
- Ollama Wrapper
Description
Documentation Comment
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
Caveats
Parameters
intcallbackId
Examples
Auto-Generated Example
int myInt__callbackId
string returnedValue = POW_functions.GetGenerationResult(myInt__callbackId)