Update prompts/planning.py
#4
by
Master-warrier
- opened
- prompts/planning.py +2 -0
prompts/planning.py
CHANGED
@@ -32,6 +32,8 @@ Just provide the response in the provided json format without any suffix or pref
|
|
32 |
|
33 |
hf_context_gen_prompt="""Given the chat history between a user and chatbot about his data science problem and the requirements and the generated tool calls and planning to solve the problem using huggingface api and the results of the queries, generate a plan with context with all the details of the results of the queries and the problem statements which can be passed to an llm to generate a solution code for the problem using huggingface platform libraries and models, spaces, datasets etc.
|
34 |
|
|
|
|
|
35 |
Conversation: {Conversation}
|
36 |
Tool_Calls: {Tool_Calls}
|
37 |
Results: {Results}
|
|
|
32 |
|
33 |
hf_context_gen_prompt="""Given the chat history between a user and chatbot about his data science problem and the requirements and the generated tool calls and planning to solve the problem using huggingface api and the results of the queries, generate a plan with context with all the details of the results of the queries and the problem statements which can be passed to an llm to generate a solution code for the problem using huggingface platform libraries and models, spaces, datasets etc.
|
34 |
|
35 |
+
Do not suggest making UI/gradio components as we cannot host any UI while executing the code. Keep the plan as simple as possible to achieve the task basic requirements.
|
36 |
+
|
37 |
Conversation: {Conversation}
|
38 |
Tool_Calls: {Tool_Calls}
|
39 |
Results: {Results}
|