Skip to content

Commit 8ca24f6

Browse files
committed
Updated all-settings.mdx to include more specific and descriptive headings for improved readability and navigation.
1 parent 6cb725f commit 8ca24f6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/settings/all-settings.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ interpreter --help
393393

394394
</CodeGroup>
395395

396-
### Force Task Completion
396+
### Loop (Force Task Completion)
397397

398398
Runs Open Interpreter in a loop, requiring it to admit to completing or failing every task.
399399

@@ -622,8 +622,6 @@ This property holds a list of `messages` between the user and the interpreter.
622622

623623
You can use it to restore a conversation:
624624

625-
<CodeGroup>
626-
627625
```python
628626
interpreter.chat("Hi! Can you print hello world?")
629627
@@ -652,8 +650,6 @@ print(interpreter.messages)
652650
interpreter.messages = messages # A list that resembles the one above
653651
```
654652

655-
</CodeGroup>
656-
657653
### User Message Template
658654

659655
A template applied to the User's message. `{content}` will be replaced with the user's message, then sent to the language model.

0 commit comments

Comments
 (0)