Open Issues Need Help
View All on GitHubAI Summary: Design a simple web UI for a console-based LangChain application that allows users to input natural language financial calculations (e.g., 'Apply 15% discount to 240'), and displays the results. The UI should include a text input, language selection dropdown (English/Spanish), and a result display area. A fully functional implementation is not required; a design proposal (sketch, wireframe, or basic HTML/CSS/JS mockup) is sufficient.
Understand and calculate user requests with GPT-3.5 + Python tools. A clean LangChain 0.3+ project for business logic automation.
AI Summary: Write unit tests using pytest or unittest for three Python functions: `apply_vat`, `apply_discount`, and `calculate_sum`, located in `tools.py`. Each function requires at least two test cases covering normal and edge cases (decimals, zero, large numbers). The tests should be placed in a new file named `test_tools.py`.
Understand and calculate user requests with GPT-3.5 + Python tools. A clean LangChain 0.3+ project for business logic automation.
AI Summary: This task requires extending an existing LangChain-based application to support Spanish language input. This involves creating a Spanish version of the prompt used for classifying user requests (adding/discounting/summing values), translating CLI messages to Spanish, and implementing language switching functionality in the main application script. The user can either select the language manually or (optionally) automatic language detection can be implemented.
Understand and calculate user requests with GPT-3.5 + Python tools. A clean LangChain 0.3+ project for business logic automation.