АРЧ - Ассистент: отделить meta-followup по прошлому ответу от повторного запуска address lane
This commit is contained in:
@@ -205,14 +205,17 @@ export async function runAssistantAddressAttemptRuntime<ResponseType = unknown>(
|
||||
const runAddressLaneAttempt: RunAssistantAddressRuntimeInput<ResponseType>["runAddressLaneAttempt"] = async (
|
||||
messageUsed,
|
||||
carryMeta,
|
||||
analysisDateHint
|
||||
analysisDateHint,
|
||||
llmSemanticHints = null
|
||||
) =>
|
||||
runAddressLaneAttemptRuntimeSafe(
|
||||
buildAssistantAddressLaneAttemptRuntimeInput({
|
||||
messageUsed,
|
||||
carryMeta,
|
||||
analysisDateHint,
|
||||
llmSemanticHints,
|
||||
activeOrganization: input.sessionScope.activeOrganization,
|
||||
knownOrganizations: input.sessionScope.knownOrganizations,
|
||||
mergeFollowupContextWithOrganizationScope: input.mergeFollowupContextWithOrganizationScope,
|
||||
runAddressQueryTryHandle: input.runAddressQueryTryHandle
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user