Remove TODO and ai_search query param from ai-search-proxy (#58843)
This commit is contained in:
@@ -60,9 +60,8 @@ export const aiSearchProxy = async (req: ExtendedRequest, res: Response) => {
|
|||||||
let reader: ReadableStreamDefaultReader<Uint8Array> | null = null
|
let reader: ReadableStreamDefaultReader<Uint8Array> | null = null
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// TODO: We temporarily add ?ai_search=1 to use a new pattern in cgs-copilot production
|
|
||||||
const response = await fetchStream(
|
const response = await fetchStream(
|
||||||
`${process.env.CSE_COPILOT_ENDPOINT}/answers?ai_search=1`,
|
`${process.env.CSE_COPILOT_ENDPOINT}/answers`,
|
||||||
{
|
{
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
body: JSON.stringify(body),
|
body: JSON.stringify(body),
|
||||||
|
|||||||
Reference in New Issue
Block a user