oneiros-model 0.0.2

Shared domain types for oneiros
Documentation
1
2
3
4
5
6
7
8
use crate::*;

#[derive(Clone, serde::Serialize)]
pub struct Introspection {
    pub agent: Agent,
    #[serde(skip)]
    pub prompt: String,
}