Skip to content

Commit cfe2931

Browse files
Merge pull request #6 from reactedge/feature/widget-attributes-rendering
feat(widget): render recommendation attributes and stabilize product display contract
2 parents 4ccd01b + 50b0d55 commit cfe2931

84 files changed

Lines changed: 747 additions & 712 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

node-backend/src/controller/intent-handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {preScoreProducts} from "../model/context-intent-handler/scoring";
44
import {AiRecommendationRequest} from "../types/intent-recommendations-context";
55
import {AiInterpretationRequest} from "../types/intent-interpretation-context";
66
import {Stores} from "../types/intent-accepted-store";
7-
import {getIntentInterpretationPrompt, getIntentPrompt} from "../model/prompt-handler/loader";
7+
import {getIntentPrompt} from "../model/prompt-handler/loader";
88

99
export class IntentHandler {
1010
buildContextSuggestion = async (req: Request, res: Response): Promise<void> => {

pyintent-service/README.md

Lines changed: 0 additions & 57 deletions
This file was deleted.

pyintent-service/app/access/mount.py

Lines changed: 0 additions & 9 deletions
This file was deleted.

pyintent-service/app/clients/openai_client.py

Lines changed: 0 additions & 32 deletions
This file was deleted.

pyintent-service/app/config.py

Lines changed: 0 additions & 23 deletions
This file was deleted.

pyintent-service/app/core/__init__.py

Whitespace-only changes.

pyintent-service/app/core/confidence.py

Lines changed: 0 additions & 14 deletions
This file was deleted.

pyintent-service/app/core/cors.py

Lines changed: 0 additions & 25 deletions
This file was deleted.

pyintent-service/app/core/normalizer/__init__.py

Lines changed: 0 additions & 15 deletions
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)