testing
Browse files
app.py
CHANGED
@@ -41,10 +41,10 @@ async def resume_AI(data):
|
|
41 |
)
|
42 |
|
43 |
)
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
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}")
|