utils
Class info¶
🛈 DocStrings¶
Utilities package.
setup_env
¶
setup_env(env: Environment)
Used as extension point for the jinjarope environment.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
env
|
Environment
|
The jinjarope environment to extend |
required |
Source code in src/llmling_agent/utils/__init__.py
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
|