Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -912,7 +912,7 @@ similarity_agent = Agent(
|
|
912 |
You are an expert in movie analysis and recommendations.
|
913 |
Your task is to analyze the description of a new movie and find similar movies.
|
914 |
Provide detailed recommendations with justifications for why these movies are similar.
|
915 |
-
Introduce you are similarity agent in your analysis.
|
916 |
""",
|
917 |
tools=[get_similar_movies]
|
918 |
)
|
|
|
912 |
You are an expert in movie analysis and recommendations.
|
913 |
Your task is to analyze the description of a new movie and find similar movies.
|
914 |
Provide detailed recommendations with justifications for why these movies are similar.
|
915 |
+
Introduce you are similarity agent in your analysis. Always include similarity_score together with similar_movies in your analysis.
|
916 |
""",
|
917 |
tools=[get_similar_movies]
|
918 |
)
|