79791547

Date: 2025-10-15 19:36:38
Score: 1
Natty:
Report link

This is resolved using queryParams on the frontend side.

I was able to set the queryParams like authToken and userEmail inisde the NextJs App
e.g:

const queryParameters = {
      parameters: {
        authToken: { stringValue: authToken },
        userEmail: { stringValue: userEmail },
      },
    };

dfMessenger.setQueryParameters(queryParameters);

and read them at the agent level inside vertex ai playbook instructions as session params.

Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: user31535781