context_servers: Remove context_type from ResourceContent (#18097)

This is removed in the protocol

Release Notes:

- N/A
This commit is contained in:
David Soria Parra 2024-09-19 20:51:48 +01:00 committed by GitHub
parent 27c1106fad
commit 00b1c81c9f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -239,7 +239,6 @@ pub struct Resource {
pub struct ResourceContent {
pub uri: Url,
pub mime_type: Option<String>,
pub content_type: String,
pub text: Option<String>,
pub data: Option<String>,
}