liteforge.action is an option for liteforge.Execute it sets the action type for the liteforge execution, example: ``` liteforge.Execute(<<<P...
liteforge.context is an option for liteforge.Execute it sets the context for the liteforge execution example: ``` liteforge.Execute(<<<PROMP...
liteforge.forceImage is an option for liteforge.Execute it forces the execution to require image input example: ``` liteforge.Execute(<<<PRO...
liteforge.id is an option for liteforge.Execute it sets the ID for the liteforge instance example: ``` liteforge.Execute(<<<PROMPT SOME_CONT...
liteforge.image is an option for liteforge.Execute it adds image data to the execution context example: ``` liteforge.Execute(<<<PROMPT SOME...
liteforge.imageFile is an option for liteforge.Execute it adds image files to the execution context example: ``` liteforge.Execute(<<<PROMPT...
liteforge.output is an option for liteforge.Execute it can limit the output of the liteforge.Execute use jsonschema.ActionObject to limit the output...
liteforge.verboseName is an option for liteforge.Execute it adds verbose naming options to the execution example: ``` liteforge.Execute(<<<P...
liteforge.output is an option for liteforge.Execute
it can limit the output of the liteforge.Execute
use jsonschema.ActionObject to limit the output to an object