File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,14 +54,14 @@ def session_preparation(self) -> None:
54
54
self .set_base_prompt ()
55
55
56
56
def strip_prompt (self , * args : Any , ** kwargs : Any ) -> str :
57
- """Strip the line1 of multiline prompt from the output. """
57
+ """Strip the prompt and the additional context line """
58
58
a_string = super ().strip_prompt (* args , ** kwargs )
59
59
return self ._strip_context_items (a_string )
60
60
61
61
def _strip_context_items (self , a_string : str ) -> str :
62
62
"""Strip NokiaSRL-specific output.
63
63
64
- Nokia will put extra context is line 1 of the prompt, such as:
64
+ Nokia will put extra context in the 1st line of the prompt, such as:
65
65
--{ running }--[ ]--
66
66
--{ candidate private private-admin }--[ ]--
67
67
--{ candidate private private-admin }--[ ]--
You can’t perform that action at this time.
0 commit comments