Skip to content

Commit ace2e70

Browse files
committed
fix typo
1 parent b1a75a7 commit ace2e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patchwork/steps/AgenticLLMV2/typed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class AgenticLLMV2Inputs(TypedDict, total=False):
88
prompt_value: Dict[str, Any]
99
system_prompt: str
1010
user_prompt: str
11-
max_llm_calls: Annotated[int, StepTypeConfig(is_config=True)]
11+
max_agent_calls: Annotated[int, StepTypeConfig(is_config=True)]
1212
anthropic_api_key: str
1313
agent_system_prompt: str
1414
example_json: str

0 commit comments

Comments
 (0)