chore: include contributing/ folder in autoformat.sh

Also formatted the files in that folder in this same commit.

PiperOrigin-RevId: 766885306
This commit is contained in:
Liang Wu
2025-06-03 17:20:52 -07:00
committed by Copybara-Service
parent e99f87de73
commit 433c423d35
13 changed files with 34 additions and 26 deletions
+1 -2
View File
@@ -17,7 +17,7 @@ from google.adk.tools.application_integration_tool.application_integration_tools
jira_tool = ApplicationIntegrationToolset(
project="your-gcp-project-id", # replace with your GCP project ID
location="your-regions", # replace your regions
connection="your-integration-connection-name", #replace with your connection name
connection="your-integration-connection-name", # replace with your connection name
entity_operations={
"Issues": ["GET", "LIST"],
},
@@ -30,5 +30,4 @@ jira_tool = ApplicationIntegrationToolset(
This tool is to call an integration to search for issues in JIRA
""",
)