Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ def dspy_generate_agent_prompts(prompt):
|
|
| 30 |
Generates prompts for different agents based on the provided prompt and DSPy functionalities.
|
| 31 |
|
| 32 |
Args:
|
| 33 |
-
prompt (str): The user-provided prompt (e.g.,
|
| 34 |
|
| 35 |
Returns:
|
| 36 |
list: A list containing agent-specific prompts.
|
|
|
|
| 30 |
Generates prompts for different agents based on the provided prompt and DSPy functionalities.
|
| 31 |
|
| 32 |
Args:
|
| 33 |
+
prompt (str): The user-provided prompt (e.g., farm location and crops).
|
| 34 |
|
| 35 |
Returns:
|
| 36 |
list: A list containing agent-specific prompts.
|