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 {
69
69
// If true, clients must include this argument when calling prompts/get.
70
70
Required bool `json:"required,omitempty"`
71
71
// Optional CompletionHandlerFunc for autocompleting the argument value.
72
- CompletionHandler * CompletionHandlerFunc `json:"completionHandler,omitempty "`
72
+ CompletionHandler * CompletionHandlerFunc `json:"- "`
73
73
}
74
74
75
75
// 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 {
81
81
* uritemplate.Template
82
82
83
83
// 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:"- "`
85
85
}
86
86
87
87
func (t * URITemplate ) MarshalJSON () ([]byte , error ) {
You can’t perform that action at this time.
0 commit comments