Use cases
Contents
[
Hide
]
Aspose.LLM for .NET lets you add LLM-based chat to your applications. This section shows common scenarios:
- Simple chat — One or a few messages without explicit session management.
- Multi-turn chat — Explicit session and multiple exchanges in one conversation.
- Save and restore session — Persist conversation state and resume later.
- Custom preset — Use or extend a preset with your own parameters.
We assume basic familiarity with C# and .NET. If you are new, start with Hello, world! and Developer’s reference.