kevinwang676 commited on
Commit
b492147
·
verified ·
1 Parent(s): af071c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  )