@xynehq/jaf
Version:
Juspay Agent Framework - A purely functional agent framework with immutable state and composable tools
4 lines • 365 B
JavaScript
export const DEFAULT_CLARIFICATION_DESCRIPTION = 'Request clarification from the user when the query is ambiguous or there are multiple valid options. ' +
'Use this when you cannot determine user intent from context alone. ' +
'Present user with options to choose from, and execution will resume with their selection.';
//# sourceMappingURL=constants.js.map