Fix typo: it's to its (#1251)
This commit is contained in:
@@ -45,7 +45,7 @@ Over time, the agent will update its memory as it learns. To actively guide your
|
|||||||
```bash
|
```bash
|
||||||
> /remember [optional instructions on what to remember]
|
> /remember [optional instructions on what to remember]
|
||||||
```
|
```
|
||||||
Letta Code works with skills (reusable modules that teach your agent new capabilities in a `.skills` directory), but additionally supports [skill learning](https://www.letta.com/blog/skill-learning). You can ask your agent to learn a skill from it's current trajectory with the command:
|
Letta Code works with skills (reusable modules that teach your agent new capabilities in a `.skills` directory), but additionally supports [skill learning](https://www.letta.com/blog/skill-learning). You can ask your agent to learn a skill from its current trajectory with the command:
|
||||||
```bash
|
```bash
|
||||||
> /skill [optional instructions on what skill to learn]
|
> /skill [optional instructions on what skill to learn]
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user