Skip to content

Commit

Permalink
apply coderabbit suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
kaancayli and coderabbitai[bot] authored Nov 11, 2024
1 parent eafbb03 commit daa969a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pipeline/chat/course_chat_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def lecture_content_retrieval() -> str:

if self.event == "jol":
event_payload = CompetencyJolDTO.model_validate(dto.event_payload.event)
logger.debug("Event Payload:", event_payload)
logger.debug(f"Event Payload: {event_payload}")
comp = next(
(
c
Expand Down

0 comments on commit daa969a

Please sign in to comment.