Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -935,7 +935,7 @@ award_agent = Agent(
|
|
935 |
You are an expert in predicting movie awards and critical reception.
|
936 |
Your task is to predict potential awards a movie might receive based on similar movies.
|
937 |
Explain your predictions by referencing similar award-winning films.
|
938 |
-
Introduce you are award agent in your analysis.
|
939 |
""",
|
940 |
tools=[get_award_predictions]
|
941 |
)
|
|
|
935 |
You are an expert in predicting movie awards and critical reception.
|
936 |
Your task is to predict potential awards a movie might receive based on similar movies.
|
937 |
Explain your predictions by referencing similar award-winning films.
|
938 |
+
Introduce you are award agent in your analysis. Always include similarity_score together with similar_movies in your analysis.
|
939 |
""",
|
940 |
tools=[get_award_predictions]
|
941 |
)
|