Background for Skyrim SE
Member of the POW_functions script
stringfunctionGetGenerationResult(intcallbackId)NativeGlobal

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)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.