unreal.ProgrammaticApiExecutionEnvironmentInfo¶
- class unreal.ProgrammaticApiExecutionEnvironmentInfo(*args: Any, **kwargs: Any)¶
Bases:
StructBaseDescribes a programmatic API execution environment.
- Attributes:
language: Programming language supported by the environment. supported_modules: Modules that can be imported in the execution
environment.
- instructions: Instructions to the agent on how to write scripts so that
ensure the script has the proper entrypoint and uses the available tools and allowed modules correctly.