From d1ddbd0121d66f2fb639482fb8436e60ba45db4b Mon Sep 17 00:00:00 2001 From: 19926533763 <19926533763@163.com> Date: Mon, 7 Sep 2026 18:36:54 +0800 Subject: [PATCH] Add agent configuration --- agents/openai.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 agents/openai.yaml diff --git a/agents/openai.yaml b/agents/openai.yaml new file mode 100644 index 0000000..6c8f50a --- /dev/null +++ b/agents/openai.yaml @@ -0,0 +1,7 @@ +interface: + display_name: "SW Ads TikTok投前报告" + short_description: "Create presentations with the SW Ads TikTok投前报告 template" + icon_large: "./assets/preview.png" + default_prompt: "Use $artifact-template-sw-ads-tiktok to create a presentation with this template." +policy: + allow_implicit_invocation: true