Dronebuddy
llmintegration.models package
llmintegration.models.image_describer_results module
-
class dronebuddylib.atoms.llmintegration.models.image_describer_results.ImageDescriberResults(object_name: str, description: str, confidence: float)[source]
Bases: object
-
get_confidence() → float[source]
-
get_description() → str[source]
-
get_object_name() → str[source]
llmintegration.models.image_validator_results module
-
class dronebuddylib.atoms.llmintegration.models.image_validator_results.ImageValidatorResults(object_type: str, is_valid: bool, description: str, instructions: str)[source]
Bases: object
-
get_description() → str[source]
-
get_instructions() → str[source]
-
get_is_valid() → bool[source]
-
get_object_type() → str[source]