Closed gpsandhu23 closed 5 months ago
The changes introduce a validation check for the user_task parameter and remove the standalone script execution block.
user_task
Added an import statement for ChatPromptTemplate to support a new test case validating the define_prompt method of AgentManager.
ChatPromptTemplate
define_prompt
AgentManager
Sweep: PR Review
TARS/graphs/agent.py
The changes introduce a validation check for the
user_task
parameter and remove the standalone script execution block.TARS/tests/graphs/test_agent.py
Added an import statement for
ChatPromptTemplate
to support a new test case validating thedefine_prompt
method ofAgentManager
.