File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ type PromptArgument struct {
6969 // If true, clients must include this argument when calling prompts/get.
7070 Required bool `json:"required,omitempty"`
7171 // Optional CompletionHandlerFunc for autocompleting the argument value.
72- CompletionHandler * CompletionHandlerFunc `json:"completionHandler,omitempty "`
72+ CompletionHandler * CompletionHandlerFunc `json:"- "`
7373}
7474
7575// Role represents the sender or recipient of messages and data in a
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ type URITemplate struct {
8181 * uritemplate.Template
8282
8383 // Optional mapping of URI template arguments to CompletionHandlerFunc for autocompleting each argument's value.
84- ArgumentCompletionHandlers map [string ]CompletionHandlerFunc `json:"argumentCompletionHandlers,omitempty "`
84+ ArgumentCompletionHandlers map [string ]CompletionHandlerFunc `json:"- "`
8585}
8686
8787func (t * URITemplate ) MarshalJSON () ([]byte , error ) {
You can’t perform that action at this time.
0 commit comments