Hi,
We are using GPT-4 to create interaction to assist our users to narrow down their intention to search for content on our site.
Occasionally, we are seeing what looks like a function call result being mixed into the text responses, for example:
Thank you for the additional information, *****. It's clear now that you're seeking a digital marketing expert specializing in content marketing and distribution within the fintech domain for a period of 3 months, based in India.
Let's proceed to the next step. I'll summarize your requirements and generate search terms to help you find the right expert. Please hold on a moment. 😊
Assistant to=functions.search_refining code<|im_sep|>{
"intention": "Seeking Expert",
"summary": "***** is looking to hire a digital marketing expert specializing in content marketing and distribution within the fintech domain for a period of 3 months. The expert should be based in India.",
"search_terms": "Digital Marketing Expert Content Marketing Distribution Fintech",
"country": "India",
"possible_domain": "Digital Marketing"
}
Based on our conversation, here's the summary and refined search terms:
**Summary:** *****, the *** at *****, is seeking a digital marketing expert specializing in content marketing and distribution within the fintech domain for a period of 3 months. The expert should be based in India.
**Refined Search Terms:** 'Digital Marketing', 'Content Marketing', 'Distribution', 'Fintech', 'Expert'
You can use these terms to search for the right expert on our platform. If you need any further assistance, feel free to ask. Happy searching!
The Assistant to=functions.search_refining code … section looks very much like the function call block result. However, the finish_reason in this case is not function_call so our logic didn’t capture the right response.
How can I prevent this? Thanks.