Skip to content

Commit 49fcc0e

Browse files
committed
Change name of candidate
1 parent 355d38d commit 49fcc0e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

units/en/unit2/lemonade-server.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ source .venv/bin/activate
3636

3737
Then, install the `lemonade-sdk` package:
3838
```bash
39-
uv pip install lemonade-sdk==8.0.2
39+
uv pip install lemonade-sdk==8.0.3
4040
```
4141

4242
Altenatively, you can also install from source by cloning the repository and building the package:
@@ -233,7 +233,7 @@ Now, let's create a `candidates` folder inside the `file-assistant` folder and a
233233

234234
```bash
235235
mkdir candidates
236-
touch candidates/bruce_resume.md
236+
touch candidates/john_resume.md
237237
```
238238

239239
Add the following sample resume or include your own.
@@ -333,7 +333,7 @@ Agent loaded with 18 tools:
333333
Now let's provide the asistant with some info to get started.
334334

335335
```
336-
» Read the contents of C:\Users\your_username\mcp-sentiment\job_description.md
336+
» Read the contents of C:\Users\your_username\file-assistant\job_description.md
337337
```
338338

339339
You should see the an output similar to the following:
@@ -352,25 +352,25 @@ The job description for the Senior Food Technology Engineer position emphasizes
352352
Great! Now let's read the candidate's resume.
353353

354354
```
355-
» Inside the same folder you can find a candidates folder. Check for bruce_resume.md and let me know if he is a good fit for the job.
355+
» Inside the same folder you can find a candidates folder. Check for john_resume.md and let me know if he is a good fit for the job.
356356
```
357357

358358
You should see an output similar to the following:
359359

360360
```
361-
<Tool ll2oWo73YeGIft5VbOIpF9GNf0kevjEy>read_file {"path":"C:\\Users\\your_username\\file-assistant\\candidates\\bruce_resume.md"}
361+
<Tool ll2oWo73YeGIft5VbOIpF9GNf0kevjEy>read_file {"path":"C:\\Users\\your_username\\file-assistant\\candidates\\john_resume.md"}
362362
363363
Tool ll2oWo73YeGIft5VbOIpF9GNf0kevjEy
364364
[Reading 58 lines from start]
365365
366366
(...)
367-
Bruce Wayne is a **strong fit** for the Senior Food Technology Engineer role. His technical expertise in AI and machine learning, combined with his experience in food-related research and publications, makes him an excellent candidate. He also has the soft skills and cultural fit needed to thrive in a collaborative, innovative environment.
367+
John Wayne is a **strong fit** for the Senior Food Technology Engineer role. His technical expertise in AI and machine learning, combined with his experience in food-related research and publications, makes him an excellent candidate. He also has the soft skills and cultural fit needed to thrive in a collaborative, innovative environment.
368368
```
369369

370370
Amazing! Now we can move forward with inviting the candidate to the interview.
371371

372372
```
373-
» Create a file called "invitation.md" in the "file-assistant" folder and write a short invitation to Bruce to come in for an interview.
373+
» Create a file called "invitation.md" in the "file-assistant" folder and write a short invitation to John to come in for an interview.
374374
```
375375

376376
You should see content similar to the following being written to the `invitation.md` file:

0 commit comments

Comments
 (0)