nestjs-a2a
Version:
NestJS module for creating Google Agent to Agent Server
10 lines (9 loc) • 322 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Skill = void 0;
const common_1 = require("@nestjs/common");
const constant_1 = require("../constant");
const Skill = (config) => {
return (0, common_1.SetMetadata)(constant_1.A2A_AGENT_SKILL_TOKEN, config);
};
exports.Skill = Skill;