Langchain 02 Chaining
Langchain 02 Chaining
llm = VertexAI()
template = """List ONLY 1 DevOps Tool related to {topic}. List only the name of the tool.
EXAMPLE: TOOL_NAME
YOUR RESPONSE:
"""
YOUR RESPONSE:
"""
prompt_template = PromptTemplate(input_variables=["tool"], template=template)