UNPKG

@microsoft/agents-activity

Version:

Microsoft 365 Agents SDK for JavaScript. Activity Protocol serialization and deserialization.

16 lines 475 B
"use strict"; /** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.textHighlightZodSchema = void 0; const zod_1 = require("zod"); /** * Zod schema for validating TextHighlight objects. */ exports.textHighlightZodSchema = zod_1.z.object({ text: zod_1.z.string().min(1), occurrence: zod_1.z.number() }); //# sourceMappingURL=textHighlight.js.map