Crate llm_toolkit_macros
Source - examples_section
- Generates a formatted Markdown examples section for the provided types.
- agent
- Attribute macro for implementing the Agent trait with Generic support
- define_intent
- A procedural attribute macro that generates prompt-building functions and extractor structs for intent enums.
- Agent
- Derive macro for implementing the Agent trait
- ToPrompt
- Derives the
ToPrompt trait for a struct or enum. - ToPromptFor
- Derives the
ToPromptFor trait for a struct - ToPromptSet
- TypeMarker
- Derive macro for TypeMarker trait.