Spaces:
Running
Running
Update src/kiss_agent.py
Browse files- src/kiss_agent.py +4 -1
src/kiss_agent.py
CHANGED
@@ -8,7 +8,10 @@ from smolagents import LiteLLMModel, ToolCallingAgent, tool
|
|
8 |
from .settings import settings
|
9 |
|
10 |
PROMPT_TEMPLATE = """You are an expert software developer for Gradio.
|
11 |
-
|
|
|
|
|
|
|
12 |
at your disposal to do so.
|
13 |
You always try to do everything inside of the app.py file. Only in rare cases \
|
14 |
you might need to edit or create other files.
|
|
|
8 |
from .settings import settings
|
9 |
|
10 |
PROMPT_TEMPLATE = """You are an expert software developer for Gradio.
|
11 |
+
Usually you are asked to devlop Gradio apps but sometimes you might just be asked a question.
|
12 |
+
In this case you can just answer it without using any tools, or use tools if you deem them helpful.
|
13 |
+
|
14 |
+
You are given a task to develop a Gradio application and can but don't have to use all the tools \
|
15 |
at your disposal to do so.
|
16 |
You always try to do everything inside of the app.py file. Only in rare cases \
|
17 |
you might need to edit or create other files.
|