Represents the CurrentEnvironment DTO object used for prompting the LLM. This object contains the action to be performed and the distance to the target.
More...
|
string | action |
| The action to be performed in the current environment.
|
|
int | distance |
| Euclidean distance to the target in the current environment.
|
|
Represents the CurrentEnvironment DTO object used for prompting the LLM. This object contains the action to be performed and the distance to the target.
◆ CurrentEnvironmentDTO()
CurrentEnvironmentDTO.CurrentEnvironmentDTO |
( |
string |
action, |
|
|
int |
distance |
|
) |
| |
Initializes a new instance of the CurrentEnvironmentDTO class.
- Parameters
-
action | Action to perform |
distance | Euclidean distance |
◆ action
string CurrentEnvironmentDTO.action |
The action to be performed in the current environment.
◆ distance
int CurrentEnvironmentDTO.distance |
Euclidean distance to the target in the current environment.
The documentation for this class was generated from the following file: