mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-20 07:34:27 +01:00
context_management: handle summarization in UI (#2377)
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
/// Roles to describe the origin/ownership of content
|
||||
use serde::{Deserialize, Serialize};
|
||||
use utoipa::ToSchema;
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]
|
||||
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize, ToSchema)]
|
||||
#[serde(rename_all = "lowercase")]
|
||||
pub enum Role {
|
||||
User,
|
||||
|
||||
Reference in New Issue
Block a user