Gaea Ehrlich

Results 2 comments of Gaea Ehrlich

Following these instruction, we get the following solution: ``` export const useMove = ops => { const opsRef = useRef(ops); const shared = useRef({}); const onBeginMove = useCallback(e => {...

As an SDK, the user creates the Kernel and can create their own ```OpenAIClient```, so we can't override what they use. In our case, it would be better to append...