list the processing skills
list_processing_skills.Rd
list_processing_skills
lists the processing skills (i.e. prompts already defined) that you can use out of the box with this package.
Details
This gives you a vector of all the skills available to use by default. This can then be used along with the set_processing_skill() function.
Examples
list_processing_skills()
#> [1] "add_code_comments" "add_details"
#> [3] "add_emoji" "break_down_tasks"
#> [5] "categorize_product_complaint" "categorize_sentiment"
#> [7] "chain_of_thought" "clean_up_audio_transcription"
#> [9] "extract_actions" "extract_names"
#> [11] "fix_copy" "fix_translation"
#> [13] "generate_code" "generate_creative_introduction"
#> [15] "generate_knowledge_graph" "generate_knowledge_graph_v2"
#> [17] "generate_quiz" "generate_quiz_with_answers"
#> [19] "identify_product" "rewrite_active_voice"
#> [21] "rewrite_blog_copy" "rewrite_bullet_points"
#> [23] "rewrite_casual" "rewrite_emoji"
#> [25] "rewrite_in_first_person" "rewrite_jargon"
#> [27] "rewrite_paraphrase" "rewrite_passive_voice"
#> [29] "rewrite_positive" "rewrite_prompt"
#> [31] "rewrite_text_as_anonymized" "tldr"
#> [33] "translate" "write_abstract"
#> [35] "write_article_from_title" "write_email"
#> [37] "write_fiction_chapter" "write_pitch"
#> [39] "write_qa" "write_quarto_presentation"
#> [41] "write_recommendation" "write_resume_narrative"
#> [43] "write_short_summary" "write_text_expansion"
#> [45] "write_title" "write_tweet"