Raymond Maarloeve
Loading...
Searching...
No Matches
CurrentEnvironmentDTO Class Reference

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...

Public Member Functions

 CurrentEnvironmentDTO (string action, int distance)
 Initializes a new instance of the CurrentEnvironmentDTO class.
 

Public Attributes

string action
 The action to be performed in the current environment.
 
int distance
 Euclidean distance to the target in the current environment.
 

Detailed Description

Represents the CurrentEnvironment DTO object used for prompting the LLM. This object contains the action to be performed and the distance to the target.

Constructor & Destructor Documentation

◆ CurrentEnvironmentDTO()

CurrentEnvironmentDTO.CurrentEnvironmentDTO ( string  action,
int  distance 
)

Initializes a new instance of the CurrentEnvironmentDTO class.

Parameters
actionAction to perform
distanceEuclidean distance

Member Data Documentation

◆ 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: