Skip to content

Commit 2b7cb6f

Browse files
authored
fix: Add name field to FilePart protobuf message (#983)
This is present in the JSON-RPC spec and was missing from the gRPC definition. Fixes: #984
1 parent e18a770 commit 2b7cb6f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

specification/grpc/a2a.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ message FilePart {
209209
bytes file_with_bytes = 2;
210210
}
211211
string mime_type = 3;
212+
string name = 4;
212213
}
213214

214215
// DataPart represents a structured blob. This is most commonly a JSON payload.

0 commit comments

Comments
 (0)