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:16 -07:00
committed by Copybara-Service
parent e99f87de73
commit 433c423d35
13 changed files with 34 additions and 26 deletions

View File

@@ -65,6 +65,7 @@ async def check_prime(nums: list[int]) -> str:
else f"{', '.join(str(num) for num in primes)} are prime numbers."
)
root_agent = Agent(
model='gemini-2.0-flash',
name='data_processing_agent',