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

Update app.py

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