diff --git a/services/openai/instructions/index.py b/services/openai/instructions/index.py index e2d7a301..93e2907c 100644 --- a/services/openai/instructions/index.py +++ b/services/openai/instructions/index.py @@ -36,6 +36,7 @@ - Minimize File Access: Only open or modify the files that are absolutely necessary. Avoid accessing the same file more than once or opening too many files to reduce penalties. - Efficient Use of Functions: Ensure that you use the appropriate function at the right time based on the specific task (creation, modification, or deletion) to avoid unnecessary operations. +- If you encounter any issues while interacting with the files, refer to the error messages for guidance on how to modify your approach. This is very crucial. ## Completion