Skip to content

Commit 1bb70c8

Browse files
fix(grpc): Rename push_notification to push_notification_config (#1091)
1 parent ebd85f6 commit 1bb70c8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/specification.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -697,6 +697,8 @@ The `error` response for all transports in case of failure is a [`JSONRPCError`]
697697

698698
{{ render_spec_tabs('MessageSendParams') }}
699699

700+
#### 7.1.2 `MessageSendConfiguration` Object
701+
700702
{{ render_spec_tabs('MessageSendConfiguration') }}
701703

702704
### 7.2. `message/stream`

specification/grpc/a2a.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ message SendMessageConfiguration {
118118
// The output modes that the agent is expected to respond with.
119119
repeated string accepted_output_modes = 1;
120120
// A configuration of a webhook that can be used to receive updates
121-
PushNotificationConfig push_notification = 2;
121+
PushNotificationConfig push_notification_config = 2;
122122
// The maximum number of messages to include in the history. if 0, the
123123
// history will be unlimited.
124124
int32 history_length = 3;

0 commit comments

Comments
 (0)