Background for Skyrim SE

POW_functions


Inheritance Tree

No indexed scripts extend this script.

Properties
Events
Functions
intfunctionOllamaGenerate(stringmodel="", stringprompt, intmaxLineWidth=0)NativeGlobal

[DEV SERVER] Loading description...

boolfunctionIsGenerationComplete(intcallbackId)NativeGlobal

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

stringfunctionGetGenerationResult(intcallbackId)NativeGlobal

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

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.