Skip to content

Commit

Permalink
fixed typos in modifyscript tool descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
qcampbel committed Feb 6, 2024
1 parent 7b2d7f1 commit 839027f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class ModifySimulationScriptInput(BaseModel):
query: str = Field(
...,
description=(
"Simmulation required by the user.You MUST "
"Simulation required by the user. You MUST "
"specify the objective, requirements of the simulation as well "
"as on what protein you are working."
),
Expand All @@ -147,8 +147,8 @@ class ModifySimulationScriptInput(BaseModel):
class ModifyBaseSimulationScriptTool(BaseTool):
name: str = "ModifySimulationScriptTool"
description: str = (
"This tool takes a base simulation script and a user "
"requirement and returns a modified script. "
"This tool takes a base simulation script and user "
"requirements and returns a modified script. "
)

args_schema = ModifySimulationScriptInput
Expand Down

0 comments on commit 839027f

Please sign in to comment.