You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(devins-lang): add support for LLM responses in DevInsConversations #100
This commit introduces the ability to retrieve and process responses from a language model (LLM) within the DevInsConversations class. It adds a new method `getLlmResponse` to retrieve the LLM response for a given script path, and updates the `runTask` method to parse the LLM response and execute the corresponding DevInCode if it matches the DevInLanguage. This feature enhances the conversational capabilities of the DevIns language by integrating with advanced language models.
0 commit comments