Thinking configuration

This commit is contained in:
2025-12-01 12:26:43 +00:00
parent 6786a5e9f0
commit 163d3154ea
3 changed files with 3051 additions and 1 deletions

View File

@@ -89,7 +89,7 @@ impl FromStr for Role {
#[serde(rename_all = "camelCase")]
pub struct Part {
#[serde(skip_serializing_if = "Option::is_none")]
pub thought: Option<String>,
pub thought: Option<bool>,
#[serde(skip_serializing_if = "Option::is_none")]
pub thought_signature: Option<String>,
// This is of a Struct type, a Map of values, so either a Value or Map<String, Value> are appropriate.