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

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