This repository contains the documentation for connecting to the Sdu GenIA-L API. Below, you'll find links to the various documentation files stored in the /docs directory.
- BREAKING CHANGE: Introduced Reasoning of the agent as output into the response
- BREAKING CHANGE: Stopped sending contentpart type messages and replaced them with a new format for Reasoning
- Improvements to markdown formatting in answers
- Speed improvements by moving some core components back to GPT 4.1
- Add the new Prompt Enhancer feature through the
/enhance-promptendpoint allowing for realtime (or workflow integrated) prompt suggestions.
- Increase max input query size to 6000 characters
- Add keep alive (zero-width-byte) chunks for long idle time queries
- Migrate GPT models from GPT-4o to GPT-4.1 and GPT-5
- Introduction of agentic workflows for composite (long/complex) questions
- Added routes for
/docsand/openapi.json(both need the accesstoken in Authorization headers) - Deprecate
applicationKeyfrom request parameters
- Change endpoint from
/stepto/message - Added
smart_actionsto themetadataobject that can be used as followup prompts in context to the current conversation.