Crate llm_toolkit_macros

Crate llm_toolkit_macros 

Source

Macros§

examples_section
Generates a formatted Markdown examples section for the provided types.

Attribute Macros§

define_intent
A procedural attribute macro that generates prompt-building functions and extractor structs for intent enums.

Derive Macros§

ToPrompt
Derives the ToPrompt trait for a struct or enum.
ToPromptFor
Derives the ToPromptFor trait for a struct
ToPromptSet