UN-2859 [FIX] Fixing input dict for Smart table extractor (#1604)
* Fix/changing prompt keys * Fix/changing prompt keys * FIx/adding input file path to table settings * FIx/adding input file path to table settings
This commit is contained in:
committed by
GitHub
parent
83d17ea4f5
commit
91f17dcc7f
@@ -375,6 +375,7 @@ class StructureTool(BaseTool):
|
||||
)
|
||||
# Use source file directly for Excel with valid JSON, otherwise use extracted file
|
||||
if skip_extraction_and_indexing:
|
||||
table_settings[SettingsKeys.INPUT_FILE] = input_file
|
||||
payload[SettingsKeys.FILE_PATH] = input_file
|
||||
else:
|
||||
table_settings[SettingsKeys.INPUT_FILE] = extracted_input_file
|
||||
|
||||
Reference in New Issue
Block a user