Skip to content

Commit

Permalink
remove fake error
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Feb 19, 2025
1 parent 15335cc commit dd2742a
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,11 +326,6 @@ def stream_initial_answer() -> list[str]:
)
logger.error("LLM Rate Limit Error - generate initial answer")

agent_error = AgentErrorLog(
error_type=AgentLLMErrorType.TIMEOUT,
error_message=AGENT_LLM_TIMEOUT_MESSAGE,
error_result=_llm_node_error_strings.timeout,
)
if agent_error:
write_custom_event(
"initial_agent_answer",
Expand Down

0 comments on commit dd2742a

Please sign in to comment.