d
This commit is contained in:
@@ -47,7 +47,7 @@ memory_Context memory_selectItem(
|
|||||||
// Conditions:
|
// Conditions:
|
||||||
// 0. Two items has just been selected
|
// 0. Two items has just been selected
|
||||||
// 1. The same item has been selected twice
|
// 1. The same item has been selected twice
|
||||||
// 1. Selected items are of different groups
|
// 2. Selected items are of different groups
|
||||||
memory_Context memory_shouldDeselectMismatchedItems(
|
memory_Context memory_shouldDeselectMismatchedItems(
|
||||||
memory_Context c
|
memory_Context c
|
||||||
) {
|
) {
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ def memory_selectItem(
|
|||||||
# Conditions:
|
# Conditions:
|
||||||
# 0. Two items has just been selected
|
# 0. Two items has just been selected
|
||||||
# 1. The same item has been selected twice
|
# 1. The same item has been selected twice
|
||||||
# 1. Selected items are of different groups
|
# 2. Selected items are of different groups
|
||||||
@llm_by_value
|
@llm_by_value
|
||||||
def memory_shouldDeselectMismatchedItems(
|
def memory_shouldDeselectMismatchedItems(
|
||||||
c: memory_Context
|
c: memory_Context
|
||||||
|
|||||||
Reference in New Issue
Block a user