get_prompt() moved from llm_connection to utils and works from unit tests

This commit is contained in:
Nicholas Albion
2023-09-20 22:17:37 +10:00
parent 0234c5f7e1
commit 4b7aa2df22
5 changed files with 32 additions and 43 deletions

View File

@@ -11,7 +11,7 @@ from logger.logger import logger
from helpers.Agent import Agent
from helpers.AgentConvo import AgentConvo
from utils.utils import should_execute_step, array_of_objects_to_string, generate_app_data
from helpers.cli import run_command_until_success, execute_command_and_check_cli_response, debug
from helpers.cli import run_command_until_success, execute_command_and_check_cli_response
from const.function_calls import FILTER_OS_TECHNOLOGIES, EXECUTE_COMMANDS, GET_TEST_TYPE, IMPLEMENT_TASK
from database.database import save_progress, get_progress_steps
from utils.utils import get_os_info