Skip to content

Commit

Permalink
add todo issue for annotation numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
gphorvath committed Sep 24, 2024
1 parent dae4bed commit b1c1208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leapfrogai_api/backend/converters.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def from_text_to_message(text: str, search_responses: SearchResponse | None) ->
file_name = search_response.metadata.get("source", "source")
annotations.append(
FileCitationAnnotation(
text=f"【4:0†{file_name}】", # TODO: What should these numbers be? Who even knows...
text=f"【4:0†{file_name}】", # TODO: What should these numbers be? https://github.com/defenseunicorns/leapfrogai/issues/1110
file_citation=FileCitation(
file_id=search_response.file_id, quote=search_response.content
),
Expand Down

0 comments on commit b1c1208

Please sign in to comment.