Ask a question to get started
Enter to sendā¢Shift+Enter new line
Type alias for a record where the keys are strings and the values can be any type. This is used to represent the memory variables in a Chain.
MemoryVariables: Record<string, any>