Skip to content

some errors occurred when do a command "run 90" #3

@aronfan

Description

@aronfan

GNS FUNCTION: <generate_act_obj_desc>
asdhfapsh8p9hfaiafdsi;ldfj as DEBUG 6
GPT4All PROMPT
"""
Task: We want to understand the state of an object that is being used by someone.

Let's think step by step.
We want to know about bed's state.
Step 1. Isabella Rodriguez is at/using the sleeping.
Step 2. Describe the bed's state: bed is
"""
Output the response to the prompt above in json. The output should ONLY contain the phrase that should go in .
Example output json:
{"output": "being fixed"}
Traceback (most recent call last):
File "D:\AIwork\SaturnCassini\reverie\backend_server\reverie.py", line 468, in open_server
rs.start_server(int_count)
File "D:\AIwork\SaturnCassini\reverie\backend_server\reverie.py", line 379, in start_server
next_tile, pronunciatio, description = persona.move(
File "D:\AIwork\SaturnCassini\reverie\backend_server\persona\persona.py", line 222, in move
plan = self.plan(maze, personas, new_day, retrieved)
File "D:\AIwork\SaturnCassini\reverie\backend_server\persona\persona.py", line 148, in plan
return plan(self, maze, personas, new_day, retrieved)
File "D:\AIwork\SaturnCassini\reverie\backend_server\persona\cognitive_modules\plan.py", line 959, in plan
_determine_action(persona, maze)
File "D:\AIwork\SaturnCassini\reverie\backend_server\persona\cognitive_modules\plan.py", line 635, in _determine_action
act_obj_desp = generate_act_obj_desc(act_game_object, act_desp, persona)
File "D:\AIwork\SaturnCassini\reverie\backend_server\persona\cognitive_modules\plan.py", line 269, in generate_act_obj_desc
return run_gpt_prompt_act_obj_desc(act_game_object, act_desp, persona)[0]
TypeError: 'NoneType' object is not subscriptable

What shall I do to resolve this error?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions