Spaces:
Running
Running
def interpret_command(command: str, current_prompt: str) -> str: | |
return current_prompt + "," + command.strip() | |
def interpret_command(command: str, current_prompt: str) -> str: | |
return current_prompt + "," + command.strip() | |