- 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. |
||
|---|---|---|
| .. | ||
| assistant | ||
| context | ||
| message | ||
| rag | ||
| store | ||
| vision | ||
| api.go | ||
| api_test.go | ||
| hooks.go | ||
| load.go | ||
| load_test.go | ||
| neo.go | ||
| neo_test.go | ||
| process.go | ||
| process_test.go | ||
| types.go | ||