We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a75a7 commit ace2e70Copy full SHA for ace2e70
patchwork/steps/AgenticLLMV2/typed.py
@@ -8,7 +8,7 @@ class AgenticLLMV2Inputs(TypedDict, total=False):
8
prompt_value: Dict[str, Any]
9
system_prompt: str
10
user_prompt: str
11
- max_llm_calls: Annotated[int, StepTypeConfig(is_config=True)]
+ max_agent_calls: Annotated[int, StepTypeConfig(is_config=True)]
12
anthropic_api_key: str
13
agent_system_prompt: str
14
example_json: str
0 commit comments