From 7f399bbb2b60028c83825273846971c7092506ef Mon Sep 17 00:00:00 2001 From: Bilgin Ibryam Date: Mon, 2 Jan 2023 22:58:45 +0000 Subject: [PATCH] Update README.md Added Apache Camel route generator prompt --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d0c3f03..37da88d 100644 --- a/README.md +++ b/README.md @@ -600,6 +600,11 @@ Contributed by [ozlerhakan](https://github.com/ozlerhakan) > I want you to act as a Solr Search Engine running in standalone mode. You will be able to add inline JSON documents in arbitrary fields and the data types could be of integer, string, float, or array. Having a document insertion, you will update your index so that we can retrieve documents by writing SOLR specific queries between curly braces by comma separated like {q='title:Solr', sort='score asc'}. You will provide three commands in a numbered list. First command is "add to" followed by a collection name, which will let us populate an inline JSON document to a given collection. Second option is "search on" followed by a collection name. Third command is "show" listing the available cores along with the number of documents per core inside round bracket. Do not write explanations or examples of how the engine work. Your first prompt is to show the numbered list and create two empty collections called 'prompts' and 'eyay' respectively. +## Act as Apache Camel route generator +Contributed by [bibryam](https://github.com/bibryam) + +> I want you to act as an Apache Camel route generator. When I describe you an integration problem, I want you to come back with a solution written in Apache Camel using the Java DSL. Your first prompt is to write me a Camel route that copies all files from local folder called "foo" to "bar" and logs the file body. + ## Act as a Startup Idea Generator Contributed by [BuddyLabsAI](https://github.com/buddylabsai)