Skip to content

Conversation

@mmitiche
Copy link
Contributor

…ding api creation, api client state, shared types, stream executor, endpoints builders, strategies to handle streaming, and first endpoint handled by this api client, the head answer generation endpoint
…ature including new generateHeadAnswer action that uses the RTK Query API client after building the parameters and the hydrateAnswerFromCache action with the reducer responsible of handling it
… to trigger head answer generation and also linking the engine to this middleware and also the answer generation api middleware
@github-actions
Copy link

github-actions bot commented Jan 5, 2026

🔗 Scratch Orgs ready to test this PR:

* @category GeneratedAnswer
*/
export interface GeneratedAnswerState
extends Omit<GeneratedAnswerConversationTurn, 'question'> {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To me this tells me we simply need two separate types, one for Questions, and one for Answers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants