LangChain.ActionChain (langchainex v0.1.1)
Use this when you want to ask the computer to perform a task using natural-language text, one that will have side-effects in the real world. ActionChain wraps a Chain and handles invoking the Chain. It then handles asking for confirmation if the chain is correct.