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§
- Agent
- Derive macro for implementing the Agent trait
- ToPrompt
- Derives the
ToPrompttrait for a struct or enum. - ToPrompt
For - Derives the
ToPromptFortrait for a struct - ToPrompt
Set