Add downstream tool options

This commit is contained in:
Siddharth Ganesan
2025-07-07 13:36:32 -07:00
parent 2b3989edd2
commit ec1eec4546
2 changed files with 0 additions and 2 deletions

View File

@@ -115,7 +115,6 @@ export const awsLambdaDeployTool: ToolConfig<AWSLambdaDeployInput, AWSLambdaDepl
description: 'Tags for the function',
default: {},
},
},
request: {

View File

@@ -56,7 +56,6 @@ export const awsLambdaFetchTool: ToolConfig<AWSLambdaFetchParams, AWSLambdaFetch
required: true,
description: 'Name of the Lambda function to fetch',
},
},
request: {