Set the processing skill that you want to give the workflow.
set_processing_skill.Rd
set_processing_skill
sets the processing skill to give to the workflow.
Details
This sets the processing skill that you want to give the workflow. You can list up the processing skills available by default with list_processing_skills().
Examples
my_workflow <- ai_workflow() |> set_model(model_name="llama3:8b-instruct-q5_0") |>
set_processing_skill("fix_copy")