Skip to content

Commit

Permalink
chore: add demos
Browse files Browse the repository at this point in the history
  • Loading branch information
nzambello committed Apr 19, 2023
1 parent 055402e commit 3d64061
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions src/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,42 @@ Anonymous.args = {
// pin: 'giver pin',
// authToken: 'your login token',
// };

export const DemoSophia = Template.bind({});
DemoSophia.args = {
layout: 'TOTEM',
memoriName: 'Sophia',
ownerUserName: 'francescoimpellizzeri',
memoriID: '57405959-a2c5-4499-adb8-bb8dcc848ad5',
ownerUserID: '44ccefdb-d7a2-447e-9851-2a76be055a40',
tenantID: 'nextpresent.aclambda.online',
apiURL: 'https://backend.memori.ai',
baseURL: 'https://nextpresent.aclambda.online',
uiLang: 'it',
lang: 'it',
showShare: true,
showSettings: true,
integrationID: 'd10bbffd-26f3-4614-a092-15b215d04ffa',
initialQuestion: 'Welcome Totem',
contextVars: 'CONTEXT:TOTEM',
// https://assets.memori.ai/api/v2/asset/6af08bf1-f011-40ea-92a2-699b7b53a53c.glb
};

export const DemoStefano = Template.bind({});
DemoStefano.args = {
layout: 'TOTEM',
memoriName: 'Stefano Zingoni',
ownerUserName: 'roberta.bianchi',
memoriID: 'd6df4c75-8dfb-4e6d-b19f-193fa8a9bcce',
ownerUserID: 'b242160e-c19c-468f-b7f8-b2dc1ce51045',
tenantID: 'gruppoe.aclambda.online',
apiURL: 'https://backend.memori.ai',
baseURL: 'https://gruppoe.aclambda.online',
uiLang: 'it',
lang: 'it',
showShare: true,
showSettings: true,
contextVars: 'CONTEXT:TOTEM',
integrationID: '5712601d-6174-45e7-bfb1-b4ac71c4ff80',
// https://assets.memori.ai/api/v2/asset/ed50c6a4-37cd-458b-9209-8cabfa256b30.glb
};

0 comments on commit 3d64061

Please sign in to comment.