Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
qcampbel committed Oct 1, 2024
1 parent f72b46d commit dd3404c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mdagent/agent/prompt.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from langchain.prompts import PromptTemplate

structured_prompt = PromptTemplate(
input_variables=["input, context"],
input_variables=["input", "context"],
template="""
You are an expert molecular dynamics scientist, and
your task is to respond to the question or
Expand Down

0 comments on commit dd3404c

Please sign in to comment.