prompty 2.0.0-alpha.11

Prompty is an asset class and format for LLM prompts
Documentation
// Code generated by AgentSchema emitter; DO NOT EDIT.

#![allow(
    unused_imports,
    dead_code,
    non_camel_case_types,
    unused_variables,
    clippy::all
)]

pub mod content_part;
pub use content_part::*;

pub mod message;
pub use message::*;

pub mod tool_result;
pub use tool_result::*;

pub mod tool_call;
pub use tool_call::*;

pub mod thread_marker;
pub use thread_marker::*;