Skip to content

Commit df86a79

Browse files
[FIX] Removed unwanted params (#1680)
Removed unwanted params
1 parent 62611ce commit df86a79

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

backend/prompt_studio/prompt_studio_core_v2/prompt_studio_helper.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,8 +412,6 @@ def index_document(
412412
document_id=document_id,
413413
run_id=run_id,
414414
enable_highlight=tool.enable_highlight,
415-
enable_word_confidence=tool.enable_word_confidence,
416-
doc_id=doc_id,
417415
)
418416
if tool.summarize_context:
419417
summarize_file_path = PromptStudioHelper.summarize(

0 commit comments

Comments
 (0)