ghibli-avatar / prompt_engineering.py
ziheWang's picture
Update prompt_engineering.py
04e933d verified
raw
history blame contribute delete
117 Bytes
def interpret_command(command: str, current_prompt: str) -> str:
return current_prompt + "," + command.strip()