| 743 | func (x *InitializedParams) SetProgressToken(t any) { setProgressToken(x, t) } |
| 744 | |
| 745 | type ListPromptsParams struct { |
| 746 | // This property is reserved by the protocol to allow clients and servers to |
| 747 | // attach additional metadata to their responses. |
| 748 | Meta `json:"_meta,omitempty"` |
| 749 | // An opaque token representing the current pagination position. If provided, |
| 750 | // the server should return results starting after this cursor. |
| 751 | Cursor string `json:"cursor,omitempty"` |
| 752 | } |
| 753 | |
| 754 | func (x *ListPromptsParams) isParams() {} |
| 755 | func (x *ListPromptsParams) GetProgressToken() any { return getProgressToken(x) } |
nothing calls this directly
no outgoing calls
no test coverage detected