Crate fleetforge_prompt
Source - ChatMessage
- Normalised chat message for prompt compilation and runtime execution.
- CompiledPrompt
- Result of compiling a prompt reference with variables and context.
- ModelResponse
- Canonical response returned from chat invocations.
- ModelUsage
- Provider usage metrics returned by language model adapters.
- PromptCompiler
- Filesystem-backed prompt registry that compiles reusable packs.
- PromptPack
- Prompt pack definition loaded from YAML/JSON on disk.
- ToolSpec
- Tool/function specification exposed to a language model call.
- ChatRole
- Chat roles supported across FleetForge prompting surfaces.
- PromptRegistry
- Registry contract that resolves reusable prompt references into compiled prompts.
- load_prompt_packs