prompty 2.0.0-beta.1

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

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

mod anthropic_image_block_test;
mod anthropic_image_source_test;
mod anthropic_messages_request_test;
mod anthropic_messages_response_test;
mod anthropic_text_block_test;
mod anthropic_tool_definition_test;
mod anthropic_tool_result_block_test;
mod anthropic_tool_use_block_test;
mod anthropic_usage_test;
mod anthropic_wire_message_test;