Correctly support document templates on the chat API

This commit is contained in:
Clément Renault
2025-05-21 15:32:34 +02:00
parent c6930c8819
commit 75c3f33478
8 changed files with 72 additions and 52 deletions

View File

@ -7,6 +7,7 @@ use crate::FieldId;
mod global;
pub mod metadata;
pub use global::GlobalFieldsIdsMap;
pub use metadata::{FieldIdMapWithMetadata, MetadataBuilder};
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct FieldsIdsMap {