sarim commited on
Commit
c26e31f
·
1 Parent(s): 1afc6fc
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -41,10 +41,10 @@ async def resume_AI(data):
41
  )
42
 
43
  )
44
- # @agent.tool
45
- # def jobDescription(ctx: RunContext)-> str:
46
- # """ Return Job Description to which you have to update and imropve resume based on """
47
- # return user_input
48
 
49
  print(data)
50
  result = agent.run_sync(user_prompt=f"Improve this resume: {data}")
 
41
  )
42
 
43
  )
44
+ @agent.tool
45
+ def jobDescription(ctx: RunContext)-> str:
46
+ """ Return Job Description to which you have to update and imropve resume based on """
47
+ return user_input
48
 
49
  print(data)
50
  result = agent.run_sync(user_prompt=f"Improve this resume: {data}")