context_servers: Remove context_type from ResourceContent (#18097)
This is removed in the protocol Release Notes: - N/A
This commit is contained in:
parent
27c1106fad
commit
00b1c81c9f
1 changed files with 0 additions and 1 deletions
|
@ -239,7 +239,6 @@ pub struct Resource {
|
||||||
pub struct ResourceContent {
|
pub struct ResourceContent {
|
||||||
pub uri: Url,
|
pub uri: Url,
|
||||||
pub mime_type: Option<String>,
|
pub mime_type: Option<String>,
|
||||||
pub content_type: String,
|
|
||||||
pub text: Option<String>,
|
pub text: Option<String>,
|
||||||
pub data: Option<String>,
|
pub data: Option<String>,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue