sarim commited on
Commit
0d98ac2
·
1 Parent(s): c26e31f
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -41,10 +41,6 @@ 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
 
45
  print(data)
46
  result = agent.run_sync(user_prompt=f"Improve this resume: {data}")