Skip to content

Commit cba45c4

Browse files
Updated patch to src/a2a/grpc
1 parent a1894ae commit cba45c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buf.gen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ plugins:
2020
# Generate python protobuf related code
2121
# Generates *_pb2.py files, one for each .proto
2222
- remote: buf.build/protocolbuffers/python
23-
out: src/python
23+
out: src/a2a/grpc
2424
# Generate python service code.
2525
# Generates *_pb2_grpc.py
2626
- remote: buf.build/grpc/python
27-
out: src/python
27+
out: src/a2a/grpc

0 commit comments

Comments
 (0)