Spaces:
Sleeping
Sleeping
Update agent.py
Browse files
agent.py
CHANGED
@@ -260,8 +260,8 @@ You are attempting to complete the task
|
|
260 |
task: {task}
|
261 |
Progress:
|
262 |
{history}
|
263 |
-
Compress the
|
264 |
-
Include all
|
265 |
"""
|
266 |
|
267 |
LOG_PROMPT = """
|
|
|
260 |
task: {task}
|
261 |
Progress:
|
262 |
{history}
|
263 |
+
Compress chat to only user's project's generated code content. the user requested app.py, requirements.txt and agent.py and tokenizer.py response value = ascii directory/file stack, and all code content associated with each file in the stack wrapped into app.py and requirements.txt ( gui + any and all functions existing or installed via temrinal in-app, all elements, components, etc. )
|
264 |
+
Include all imports, defs, classes, syntax and formatting according to your user's needs or requests specifically. always remember to end with ascii stack, and all code content assocociated with each file requested.and implementation details necessary to proceed ( input value = top-tier-tool catalog and generative enhancements )
|
265 |
"""
|
266 |
|
267 |
LOG_PROMPT = """
|