From f3aaf7c0ba2fe2f5c2cc028fe6ce05238127f38f Mon Sep 17 00:00:00 2001 From: "langchaingitopsbot[bot]" <208872434+langchaingitopsbot[bot]@users.noreply.github.com> Date: Fri, 25 Apr 2025 14:45:11 +0000 Subject: [PATCH] Create intents/test_intent.yaml --- intents/test_intent.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 intents/test_intent.yaml diff --git a/intents/test_intent.yaml b/intents/test_intent.yaml new file mode 100644 index 0000000..9e0167d --- /dev/null +++ b/intents/test_intent.yaml @@ -0,0 +1,8 @@ +# This is a test intent file for testing purposes only. + +intent: + name: Test Intent + description: This is a test intent to verify the GitHub Agent's ability to create and manage files in the repository. + actions: + - action: Test Action + description: Perform a test action to ensure functionality. \ No newline at end of file