Skip to content

Commit 005f642

Browse files
- cleanup comment
1 parent 8f69d7a commit 005f642

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
@@ -143,7 +143,7 @@ async def create_agent(target_folder: Path, remediation_id: str, agent_type: str
143143
model_instance = LiteLlm(
144144
model=config.AGENT_MODEL,
145145
temperature=0.2, # Set low temperature for more deterministic output
146-
#seed=42, # The random seed for reproducibility (not supported by bedrock or anthropic)
146+
#seed=42, # The random seed for reproducibility (not supported by bedrock/anthropic atm call throws error)
147147
stream_options={"include_usage": True}
148148
)
149149
root_agent = Agent(

0 commit comments

Comments
 (0)