File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -393,7 +393,7 @@ interpreter --help
393
393
394
394
</CodeGroup >
395
395
396
- ### Force Task Completion
396
+ ### Loop ( Force Task Completion)
397
397
398
398
Runs Open Interpreter in a loop, requiring it to admit to completing or failing every task.
399
399
@@ -622,8 +622,6 @@ This property holds a list of `messages` between the user and the interpreter.
622
622
623
623
You can use it to restore a conversation :
624
624
625
- <CodeGroup>
626
-
627
625
` ` ` python
628
626
interpreter.chat("Hi! Can you print hello world?")
629
627
@@ -652,8 +650,6 @@ print(interpreter.messages)
652
650
interpreter.messages = messages # A list that resembles the one above
653
651
```
654
652
655
- </CodeGroup >
656
-
657
653
### User Message Template
658
654
659
655
A template applied to the User's message. ` {content} ` will be replaced with the user's message, then sent to the language model.
You can’t perform that action at this time.
0 commit comments