Views
No views yet
def add_two_numbers(a, b)a: first numberb: second numberclass MemoryReadingAtomicFlow(AtomicFlow)memory_files : name of the Dict which maps the memory name to its file location e.g. {"plan": "examples/JARVIS/plan.txt"}code_library. There could be multiple memory content returned.input_interface: input interface of the flowoutput_interface: output interface of the flowdef __init__(**kwargs)MemoryReadingAtomicFlow class.kwargs (Dict[str, Any]): additional arguments to pass to the :class:AtomicFlow constructordef run(input_data: Dict[str, Any])input_data (Dict[str, Any]): the input dataDict[str, Any]: the output data