Skip to content

Commit

Permalink
chore: add script to test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Nov 30, 2024
1 parent 0bb03cc commit e47c0ec
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/llmling/config_resources/test.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
global_settings:
scripts:
- "https://gist.githubusercontent.com/phil65/9b57d35ea63f354cf056e0c7d4a62885/raw/d69c01f1bc56a18a1a0e3292a32003f6c4ab6a6f/get_readme.py"
log_level: "DEBUG"
# Resource processors definitions
context_processors:
uppercase:
Expand All @@ -20,7 +24,7 @@ tools:

toolsets:
- llmling

# Resource definitions
resources:
python_guidelines:
Expand Down Expand Up @@ -79,3 +83,7 @@ prompts:
- name: changes
type: text
required: true
get_readme:
import_path: get_readme.get_readme
# name: "Fetch Readme for package"
description: "Fetch README.md for PyPi package"

0 comments on commit e47c0ec

Please sign in to comment.