Skip to content

Commit 0d1c751

Browse files
authored
Merge pull request #61 from eltociear/patch-1
chore: update test_worker.py
2 parents e31f4bd + 7ecf54d commit 0d1c751

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/game/test_worker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def get_state_fn(function_result: FunctionResult, current_state: dict) -> dict:
1010
This function will get called at every step of the agent's execution to form the agent's state.
1111
It will take as input the function result from the previous step.
1212
"""
13-
# dict containing info about the function result as implemented in the exectuable
13+
# dict containing info about the function result as implemented in the executable
1414
info = function_result.info
1515

1616
# example of fixed state (function result info is not used to change state) - the first state placed here is the initial state

0 commit comments

Comments
 (0)