chore: update game_design_agent_team.py
reponse -> response
This commit is contained in:
parent
475d3fb6b7
commit
9a14429191
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ if st.button("Generate Game Concept"):
|
|||
agent.llm_config['tool_choice'] = None
|
||||
agent.client = OpenAIWrapper(**agent.llm_config)
|
||||
# the agent has given a summary, now it should generate a detailed response
|
||||
system_prompt += f"\n\nYour task\nYou task is write the {current_gen} part of the report. Do not include any other parts. Do not use XML tags.\nStart your reponse with: '## {current_gen.capitalize()} Design'."
|
||||
system_prompt += f"\n\nYour task\nYou task is write the {current_gen} part of the report. Do not include any other parts. Do not use XML tags.\nStart your response with: '## {current_gen.capitalize()} Design'."
|
||||
|
||||
# Remove all messages except the first one with less cost
|
||||
k = list(agent._oai_messages.keys())[-1]
|
||||
|
|
|
|||
Loading…
Reference in a new issue