diff --git a/agent.py b/agent.py index f6d1fae..3f7f541 100644 --- a/agent.py +++ b/agent.py @@ -42,6 +42,7 @@ APPROVAL_PHRASE = "I_APPROVE_THE_LISTED_STEPS" OUTPUT_ROOT = "outputs/integrations" SECRET_WORDS = ("secret", "token", "password", "passwd", "apikey", "api_key", "authorization", "bearer") + def _tool_input_schema(request_model: type[BaseModel]) -> dict[str, Any]: return { "type": "object",