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
393393
394394</CodeGroup >
395395
396- ### Force Task Completion
396+ ### Loop ( Force Task Completion)
397397
398398Runs 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
623623You can use it to restore a conversation :
624624
625- <CodeGroup>
626-
627625` ` ` python
628626interpreter.chat("Hi! Can you print hello world?")
629627
@@ -652,8 +650,6 @@ print(interpreter.messages)
652650interpreter.messages = messages # A list that resembles the one above
653651```
654652
655- </CodeGroup >
656-
657653### User Message Template
658654
659655A 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