File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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 `
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments