Skip to content

Commit b85c150

Browse files
UN-2039 [FEAT] Add excel mode to LLMWhisperer v2 adapter settings (#198)
* UN-2039: Add excel mode to LLMWhisperer v2 adapter settings Added 'excel' as a supported processing mode in the JSON schema for LLMWhisperer v2 adapter. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * Update __init__.py Signed-off-by: jagadeeswaran-zipstack <[email protected]> * Update __init__.py Signed-off-by: jagadeeswaran-zipstack <[email protected]> --------- Signed-off-by: jagadeeswaran-zipstack <[email protected]> Co-authored-by: Claude <[email protected]>
1 parent a635d13 commit b85c150

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/unstract/sdk/adapters/x2text/llm_whisperer_v2/src/static/json_schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
"low_cost",
3535
"high_quality",
3636
"form",
37-
"table"
37+
"table",
38+
"excel"
3839
],
3940
"default": "form",
4041
"description": "Processing mode to use, described in the [LLMWhisperer documentation](https://docs.unstract.com/llmwhisperer/llm_whisperer/apis/llm_whisperer_text_extraction_api/#modes)."

0 commit comments

Comments
 (0)