Hi,
I have a HR support chatbot, it answer questions using Data Store.
If user input more than 256 characters I made summarization and fit to 256 characters using Generators (Gemini 1.0 Pro), it summarize successfully. I want to make query using summarized input I don't know how to trigger Data Store query after summarization. Can you help?
Thanks.
Hi @oozturkplus,
Welcome to Google Cloud Community!
To use the summarized input from your Gemini 1.0 Pro generator to query your Data Store, you'll need to integrate the generator's output into your Dialogflow CX agent's fulfillment. The exact implementation depends on how your Data Store is accessed within the fulfillment. Here's a general approach:
Was this helpful? If so, please accept this answer as “Solution”. If you need additional assistance, reply here within 2 business days and I’ll be happy to help.