We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e31f4bd + 7ecf54d commit 0d1c751Copy full SHA for 0d1c751
1 file changed
examples/game/test_worker.py
@@ -10,7 +10,7 @@ def get_state_fn(function_result: FunctionResult, current_state: dict) -> dict:
10
This function will get called at every step of the agent's execution to form the agent's state.
11
It will take as input the function result from the previous step.
12
"""
13
- # dict containing info about the function result as implemented in the exectuable
+ # dict containing info about the function result as implemented in the executable
14
info = function_result.info
15
16
# 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