Open nooralahzadeh opened 3 months ago
@nooralahzadeh Please refer to the example below. Example of Performing Complex Mathematical Calculations
Thanks @crazyyanchao. Is there any way that we use the StateGraph instead of MessageGraph and update the state in each task?
@nooralahzadeh I would consider implementing a stategraph of state updates for the LLMCompiler. Also, can you add a specific reason why you'd like to use stategraph?
@crazyyanchao In specific use cases, you need to pass a JSON or data frame structure from one step to another step and add or complete it during the steps in the graph. Having a state graph will help a lot!
Could you provide an example of show case of how your LLMcompiler provides a plan and final answer? Thanks