- Implemented a new `/chats/latest` endpoint to fetch the most recent chat or generate a placeholder - Added `handleChatLatest` method in the DSL to support retrieving the latest chat for a given session - Introduced `GetPlaceholder()` method in the Assistant interface to support placeholder generation - Enhanced API flexibility by allowing optional assistant ID specification for placeholder retrieval This change improves the chat retrieval capabilities of the Neo API, providing a convenient way to access the most recent chat or generate a starting point for new conversations. |
||
|---|---|---|
| .. | ||
| api.go | ||
| assistant.go | ||
| attachment.go | ||
| attachment_test.go | ||
| cache.go | ||
| cache_test.go | ||
| hooks.go | ||
| load.go | ||
| load_test.go | ||
| types.go | ||
| utils.go | ||