Skip to content

Commit 8ce4dd7

Browse files
committed
add log
1 parent e1d5b50 commit 8ce4dd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ def format_sources(completion) -> str:
138138
if len(completion.sources) == 0:
139139
return ""
140140

141+
logfire.info(f"Formatting sources: {completion.sources}")
142+
141143
display_source_to_ui = {
142144
src: ui for src, ui in zip(AVAILABLE_SOURCES, AVAILABLE_SOURCES_UI)
143145
}

0 commit comments

Comments
 (0)