Skip to content

Commit 27c7f12

Browse files
author
Jacob Mages-Haskins
committed
AIML-81 Update comment for linting
1 parent c8b4364 commit 27c7f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/agent_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ async def create_agent(target_folder: Path, remediation_id: str, agent_type: str
144144
model_instance = LiteLlm(
145145
model=config.AGENT_MODEL,
146146
temperature=0.2, # Set low temperature for more deterministic output
147-
#seed=42, # The random seed for reproducibility (not supported by bedrock/anthropic atm call throws error)
147+
# seed=42, # The random seed for reproducibility (not supported by bedrock/anthropic atm call throws error)
148148
stream_options={"include_usage": True}
149149
)
150150
root_agent = Agent(

0 commit comments

Comments
 (0)