fix linting errors

This commit is contained in:
Ishaan Jaff 2025-04-14 20:03:39 -07:00
parent 9b714ae230
commit 903f792777
3 changed files with 11 additions and 4 deletions

View file

@ -25,7 +25,7 @@ class AnthropicCacheControlHook(CustomPromptManagement):
model: str,
messages: List[AllMessageValues],
non_default_params: dict,
prompt_id: str,
prompt_id: Optional[str],
prompt_variables: Optional[dict],
dynamic_callback_params: StandardCallbackDynamicParams,
) -> Tuple[str, List[AllMessageValues], dict]: