@@ -604,3 +604,42 @@ replacements:
604604 - projects/\{project\}/locations/\{location\}/schemaRegistries/\{schema_registry\}/compatibility/subjects/\*/versions:
605605 after : " - `projects/{project}/locations/{location}/schemaRegistries/{schema_registry}/compatibility/subjects/*/versions`:\n "
606606 count : 3
607+ - paths : [
608+ packages/google-cloud-discoveryengine/google/cloud/discoveryengine_v1/types/search_service.py,
609+ packages/google-cloud-discoveryengine/google/cloud/discoveryengine_v1alpha/types/search_service.py,
610+ packages/google-cloud-discoveryengine/google/cloud/discoveryengine_v1beta/types/search_service.py,
611+ ]
612+ before : |
613+ Example #1 \(multi-turn /search API calls\):
614+ \
615+ \ Call /search API with the session ID generated
616+ \ in the first call. Here, the previous search
617+ \ query gets considered in query standing. I.e.,
618+ \ if the first query is "How did Alphabet do in
619+ \ 2022\?" and the current query is "How about
620+ \ 2023\?", the current query will be interpreted
621+ \ as "How did Alphabet do in 2023\?".
622+ \
623+ \ Example #2 \(coordination between /search API
624+ \ calls and /answer API calls\):
625+ \
626+ \ Call /answer API with the session ID generated
627+ \ in the first call. Here, the answer generation
628+ \ happens in the context of the search results
629+ \ from the first search call.
630+ after : |
631+ Example #1 (multi-turn /search API calls):\n
632+ - Call /search API with the session ID generated
633+ in the first call. Here, the previous search
634+ query gets considered in query standing. I.e.,
635+ if the first query is "How did Alphabet do in
636+ 2022?" and the current query is "How about
637+ 2023?", the current query will be interpreted
638+ as "How did Alphabet do in 2023?".\n
639+ Example #2 (coordination between /search API
640+ calls and /answer API calls):\n
641+ - Call /answer API with the session ID generated
642+ in the first call. Here, the answer generation
643+ happens in the context of the search results
644+ from the first search call.
645+ count : 3
0 commit comments