Skip to content

Commit

Permalink
remove unused type ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jennmueng committed Sep 10, 2024
1 parent 4718cb4 commit 45d678a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def clean_tool_call_assistant_messages(messages: list[Message]):
Message(
role="user",
content=RootCauseAnalysisPrompts.root_cause_formatter_msg(),
).to_message(), # type: ignore
).to_message(),
],
model="gpt-4o-2024-08-06",
response_format=MultipleRootCauseAnalysisOutputPrompt,
Expand Down

0 comments on commit 45d678a

Please sign in to comment.