Fix: Ensure all skills are tracked as files, not submodules
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# HumanEval/53
|
||||
# Loki Mode Multi-Agent Solution
|
||||
# Attempts: 1
|
||||
# Passed: True
|
||||
|
||||
def add(x: int, y: int):
|
||||
"""Add two numbers x and y
|
||||
>>> add(2, 3)
|
||||
5
|
||||
>>> add(5, 7)
|
||||
12
|
||||
"""
|
||||
return x + y
|
||||
Reference in New Issue
Block a user