Skip to content

Commit

Permalink
fix missing type vars
Browse files Browse the repository at this point in the history
  • Loading branch information
phelps-sg committed Nov 5, 2023
1 parent 5e261d4 commit 9d3d8b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llm_cooperation/gametypes/oneshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def to_df(self) -> pd.DataFrame:
def play_game(
role_prompt: RT,
participant_condition: PT,
generate_instruction_prompt: PromptGenerator,
generate_instruction_prompt: PromptGenerator[PT, RT],
model_setup: ModelSetup,
) -> List[Completion]:
gpt_completions, messages = start_game(
Expand Down

0 comments on commit 9d3d8b4

Please sign in to comment.