This PR provides a new structure for different approaches within the text llm module. It already adds a new approach "chain of thought".
Description
The standard approach has been moved in a folder named basic_approach. Each approach has its own folder so they can be easily added, or deleted in case it is not needed anymore. The approach controller and config need to be adjusted when a new approach is added or removed.
Steps for Testing
Select text llm module
Observe the new approach selector, pick either one.
Confirm that the request is processed and that the correct one was called (either use langsmith locally or see that, for example, in the case of chain of thought with chain prompting there are 2 llm calls in the meta data output)
Testserver States
[!NOTE]
These badges show the state of the test servers.
Green = Currently available, Red = Currently locked
Click on the badges to get to the test servers.
Motivation and Context
This PR provides a new structure for different approaches within the text llm module. It already adds a new approach "chain of thought".
Description
The standard approach has been moved in a folder named basic_approach. Each approach has its own folder so they can be easily added, or deleted in case it is not needed anymore. The approach controller and config need to be adjusted when a new approach is added or removed.
Steps for Testing
Testserver States
Screenshots