I'm following Nicholas' Renotte's tutorials on VSCode, LangChain, and OpenAI using Python.
These are the codeblocks I've seen from the aforementioned tutorials, and I don't see any other lines of code that tell the AI what to do.
title_template = PromptTemplate(
input_variables = ['topic'],
template='write me a youtube video title about {topic}'
)
So is AI given a task using this kind of conversational language? Is that really all that's needed, and wouldn't this place a lot of pressure on precise wording of the assignment?