Feat: Final changes to prompt
This commit is contained in:
@@ -7,7 +7,7 @@ COPY requirements.txt ${LAMBDA_TASK_ROOT}
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
# Copy function code
|
||||
COPY agent.py ${LAMBDA_TASK_ROOT}
|
||||
COPY ./ ${LAMBDA_TASK_ROOT}
|
||||
|
||||
# Set the CMD to your handler (could also be done as a parameter override outside of the Dockerfile)
|
||||
CMD ["agent.hello" ]
|
||||
CMD ["agent.agent_call"]
|
||||
Reference in New Issue
Block a user