You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/documentation.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,13 +9,13 @@ body:
9
9
value: |
10
10
Thank you for taking the time to file a complete bug report.
11
11
12
-
Before submitting your issue, please review the [relevant section](https://github.com/NVIDIA/NeMo-Guardrails/tree/develop/CONTRIBUTING.md#suggesting-enhancements-and-new-features) of our documentation.
12
+
Before submitting your issue, please review the [relevant section](https://github.com/NVIDIA-NeMo/Guardrails/tree/develop/CONTRIBUTING.md#suggesting-enhancements-and-new-features) of our documentation.
13
13
14
14
- type: checkboxes
15
15
attributes:
16
16
label: Please also confirm the following
17
17
options:
18
-
- label: I have searched the [main issue tracker](https://github.com/NVIDIA/NeMo-Guardrails/issues) of NeMo Guardrails repository and believe that this is not a duplicate
18
+
- label: I have searched the [main issue tracker](https://github.com/NVIDIA-NeMo/Guardrails/issues) of NeMo Guardrails repository and believe that this is not a duplicate
19
19
required: true
20
20
- type: dropdown
21
21
attributes:
@@ -36,7 +36,7 @@ body:
36
36
label: Existing Link
37
37
description: |
38
38
If the documentation in question exists, please provide a link to it.
Copy file name to clipboardExpand all lines: CHANGELOG-Colang.md
+41-41Lines changed: 41 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,57 +8,57 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8
8
9
9
### Fixed
10
10
11
-
* Use processed user and bot messages after input/output rails transformations to prevent leakage of unfiltered data ([#1297](https://github.com/NVIDIA/NeMo-Guardrails/pull/1297)) by @lapinek
11
+
* Use processed user and bot messages after input/output rails transformations to prevent leakage of unfiltered data ([#1297](https://github.com/NVIDIA-NeMo/Guardrails/pull/1297)) by @lapinek
12
12
13
13
## [2.0-beta.6] - 2025-01-16
14
14
15
15
### Added
16
16
17
-
* Add support for llama-3.2 models ([#877](https://github.com/NVIDIA/NeMo-Guardrails/pull/877)) by @schuellc-nvidia
18
-
* Add `it finished` utility flow in core.co library ([#913]<https://github.com/NVIDIA/NeMo-Guardrails/pull/913>) by @schuellc-nvidia
17
+
* Add support for llama-3.2 models ([#877](https://github.com/NVIDIA-NeMo/Guardrails/pull/877)) by @schuellc-nvidia
18
+
* Add `it finished` utility flow in core.co library ([#913]<https://github.com/NVIDIA-NeMo/Guardrails/pull/913>) by @schuellc-nvidia
19
19
20
20
## [2.0-beta.5] - 2024-11-19
21
21
22
22
### Added
23
23
24
-
* Prompt template name to verbose logging ([#811](https://github.com/NVIDIA/NeMo-Guardrails/pull/811)) by @schuellc-nvidia
25
-
* New configuration setting to change UMIM event source id ([#823](https://github.com/NVIDIA/NeMo-Guardrails/pull/823)) by @sklinglernv
26
-
* New attention module to standard library ([#829](https://github.com/NVIDIA/NeMo-Guardrails/pull/829)) by @sklinglernv
27
-
* Passthrough mode support ([#779](https://github.com/NVIDIA/NeMo-Guardrails/pull/779)) by @Pouyanpi
24
+
* Prompt template name to verbose logging ([#811](https://github.com/NVIDIA-NeMo/Guardrails/pull/811)) by @schuellc-nvidia
25
+
* New configuration setting to change UMIM event source id ([#823](https://github.com/NVIDIA-NeMo/Guardrails/pull/823)) by @sklinglernv
26
+
* New attention module to standard library ([#829](https://github.com/NVIDIA-NeMo/Guardrails/pull/829)) by @sklinglernv
27
+
* Passthrough mode support ([#779](https://github.com/NVIDIA-NeMo/Guardrails/pull/779)) by @Pouyanpi
28
28
29
29
### Fixed
30
30
31
-
* Activation of flows with default parameters ([#758](https://github.com/NVIDIA/NeMo-Guardrails/pull/758)) by @schuellc-nvidia
32
-
*``pretty_str`` string formatting function ([#759](https://github.com/NVIDIA/NeMo-Guardrails/pull/759)) by @schuellc-nvidia
33
-
* Consistent uuid generation in debug mode ([#760](https://github.com/NVIDIA/NeMo-Guardrails/pull/760)) by @schuellc-nvidia
34
-
* Avatar posture management function in standard library ([#771](https://github.com/NVIDIA/NeMo-Guardrails/pull/771)) by @sklinglernv
35
-
* Nested ``if else`` construct parsing ([#833](https://github.com/NVIDIA/NeMo-Guardrails/pull/833)) by @radinshayanfar
36
-
* Multiline string values in interaction history prompting ([#765](https://github.com/NVIDIA/NeMo-Guardrails/pull/765)) by @radinshayanfar
31
+
* Activation of flows with default parameters ([#758](https://github.com/NVIDIA-NeMo/Guardrails/pull/758)) by @schuellc-nvidia
32
+
*``pretty_str`` string formatting function ([#759](https://github.com/NVIDIA-NeMo/Guardrails/pull/759)) by @schuellc-nvidia
33
+
* Consistent uuid generation in debug mode ([#760](https://github.com/NVIDIA-NeMo/Guardrails/pull/760)) by @schuellc-nvidia
34
+
* Avatar posture management function in standard library ([#771](https://github.com/NVIDIA-NeMo/Guardrails/pull/771)) by @sklinglernv
35
+
* Nested ``if else`` construct parsing ([#833](https://github.com/NVIDIA-NeMo/Guardrails/pull/833)) by @radinshayanfar
36
+
* Multiline string values in interaction history prompting ([#765](https://github.com/NVIDIA-NeMo/Guardrails/pull/765)) by @radinshayanfar
37
37
38
38
## [2.0-beta.4] - 2024-10-02
39
39
40
40
### Fixed
41
41
42
-
* LLM prompt template ``generate_value_from_instruction`` for GPT and LLama model chat interface ([#775](https://github.com/NVIDIA/NeMo-Guardrails/pull/775)) by @schuellc-nvidia
42
+
* LLM prompt template ``generate_value_from_instruction`` for GPT and LLama model chat interface ([#775](https://github.com/NVIDIA-NeMo/Guardrails/pull/775)) by @schuellc-nvidia
43
43
44
44
## [2.0-beta.3] - 2024-09-27
45
45
46
46
### Added
47
47
48
-
* Support for new Colang 2 keyword `deactivate` ([#673](https://github.com/NVIDIA/NeMo-Guardrails/pull/673)) by @schuellc-nvidia
49
-
* Bot configuration as variable `$system.config` ([#703](https://github.com/NVIDIA/NeMo-Guardrails/pull/703)) by @schuellc-nvidia
50
-
* Basic support for most OpenAI and LLame 3 models ([#709](https://github.com/NVIDIA/NeMo-Guardrails/pull/709)) by @schuellc-nvidia
51
-
* Interaction loop priority levels for flows ([#712](https://github.com/NVIDIA/NeMo-Guardrails/pull/712)) by @schuellc-nvidia
52
-
* CLI chat debugging commands ([#717](https://github.com/NVIDIA/NeMo-Guardrails/pull/717)) by @schuellc-nvidia
48
+
* Support for new Colang 2 keyword `deactivate` ([#673](https://github.com/NVIDIA-NeMo/Guardrails/pull/673)) by @schuellc-nvidia
49
+
* Bot configuration as variable `$system.config` ([#703](https://github.com/NVIDIA-NeMo/Guardrails/pull/703)) by @schuellc-nvidia
50
+
* Basic support for most OpenAI and LLame 3 models ([#709](https://github.com/NVIDIA-NeMo/Guardrails/pull/709)) by @schuellc-nvidia
51
+
* Interaction loop priority levels for flows ([#712](https://github.com/NVIDIA-NeMo/Guardrails/pull/712)) by @schuellc-nvidia
52
+
* CLI chat debugging commands ([#717](https://github.com/NVIDIA-NeMo/Guardrails/pull/717)) by @schuellc-nvidia
53
53
54
54
### Changed
55
55
56
-
* Merged (and removed) utils library file with core library ([#669](https://github.com/NVIDIA/NeMo-Guardrails/pull/669)) by @schuellc-nvidia
56
+
* Merged (and removed) utils library file with core library ([#669](https://github.com/NVIDIA-NeMo/Guardrails/pull/669)) by @schuellc-nvidia
57
57
58
58
### Fixed
59
59
60
-
* Fixes a event group match bug (e.g. `match $flow_ref.Finished() or $flow_ref.Failed()`) ([#672](https://github.com/NVIDIA/NeMo-Guardrails/pull/672)) by @schuellc-nvidia
61
-
* Fix issues with ActionUpdated events and user utterance action extraction ([#699](https://github.com/NVIDIA/NeMo-Guardrails/pull/699)) by @schuellc-nvidia
60
+
* Fixes a event group match bug (e.g. `match $flow_ref.Finished() or $flow_ref.Failed()`) ([#672](https://github.com/NVIDIA-NeMo/Guardrails/pull/672)) by @schuellc-nvidia
61
+
* Fix issues with ActionUpdated events and user utterance action extraction ([#699](https://github.com/NVIDIA-NeMo/Guardrails/pull/699)) by @schuellc-nvidia
62
62
63
63
## [2.0-beta.2] - 2024-07-25
64
64
@@ -68,34 +68,34 @@ This second beta version of Colang brings a set of improvements and fixes.
68
68
69
69
Language and runtime:
70
70
71
-
* Colang 2.0 syntax error details ([#504](https://github.com/NVIDIA/NeMo-Guardrails/pull/504)) by @rgstephens
72
-
* Expose global variables in prompting templates ([#533](https://github.com/NVIDIA/NeMo-Guardrails/pull/533)) by @schuellc-nvidia
73
-
*`continuation on unhandled user utterance` flow to the standard library (`llm.co`) ([#534](https://github.com/NVIDIA/NeMo-Guardrails/pull/534)) by @schuellc-nvidia
74
-
* Support for NLD intents ([#554](https://github.com/NVIDIA/NeMo-Guardrails/pull/554)) by @schuellc-nvidia
75
-
* Support for the `@active` decorator which activates flows automatically ([#559](https://github.com/NVIDIA/NeMo-Guardrails/pull/559)) by @schuellc-nvidia
71
+
* Colang 2.0 syntax error details ([#504](https://github.com/NVIDIA-NeMo/Guardrails/pull/504)) by @rgstephens
72
+
* Expose global variables in prompting templates ([#533](https://github.com/NVIDIA-NeMo/Guardrails/pull/533)) by @schuellc-nvidia
73
+
*`continuation on unhandled user utterance` flow to the standard library (`llm.co`) ([#534](https://github.com/NVIDIA-NeMo/Guardrails/pull/534)) by @schuellc-nvidia
74
+
* Support for NLD intents ([#554](https://github.com/NVIDIA-NeMo/Guardrails/pull/554)) by @schuellc-nvidia
75
+
* Support for the `@active` decorator which activates flows automatically ([#559](https://github.com/NVIDIA-NeMo/Guardrails/pull/559)) by @schuellc-nvidia
76
76
77
77
Other:
78
78
79
-
* Unit tests for runtime exception handling in flows ([#591](https://github.com/NVIDIA/NeMo-Guardrails/pull/591)) by @schuellc-nvidia
79
+
* Unit tests for runtime exception handling in flows ([#591](https://github.com/NVIDIA-NeMo/Guardrails/pull/591)) by @schuellc-nvidia
80
80
81
81
### Changed
82
82
83
-
* Make `if` / `while` / `when` statements compatible with python syntax, i.e., allow `:` at the end of line ([#576](https://github.com/NVIDIA/NeMo-Guardrails/pull/576)) by @schuellc-nvidia
84
-
* Allow `not`, `in`, `is` in generated flow names ([#596](https://github.com/NVIDIA/NeMo-Guardrails/pull/596)) by @schuellc-nvidia
85
-
* Improve bot action generation ([#578](https://github.com/NVIDIA/NeMo-Guardrails/pull/578)) by @schuellc-nvidia
86
-
* Add more information to Colang syntax errors ([#594](https://github.com/NVIDIA/NeMo-Guardrails/pull/594)) by @schuellc-nvidia
87
-
* Runtime processing loop also consumes generated events before completion ([#599](https://github.com/NVIDIA/NeMo-Guardrails/pull/599)) by @schuellc-nvidia
88
-
* LLM prompting improvements targeting `gpt-4o` ([#540](https://github.com/NVIDIA/NeMo-Guardrails/pull/540)) by @schuellc-nvidia
83
+
* Make `if` / `while` / `when` statements compatible with python syntax, i.e., allow `:` at the end of line ([#576](https://github.com/NVIDIA-NeMo/Guardrails/pull/576)) by @schuellc-nvidia
84
+
* Allow `not`, `in`, `is` in generated flow names ([#596](https://github.com/NVIDIA-NeMo/Guardrails/pull/596)) by @schuellc-nvidia
85
+
* Improve bot action generation ([#578](https://github.com/NVIDIA-NeMo/Guardrails/pull/578)) by @schuellc-nvidia
86
+
* Add more information to Colang syntax errors ([#594](https://github.com/NVIDIA-NeMo/Guardrails/pull/594)) by @schuellc-nvidia
87
+
* Runtime processing loop also consumes generated events before completion ([#599](https://github.com/NVIDIA-NeMo/Guardrails/pull/599)) by @schuellc-nvidia
88
+
* LLM prompting improvements targeting `gpt-4o` ([#540](https://github.com/NVIDIA-NeMo/Guardrails/pull/540)) by @schuellc-nvidia
89
89
90
90
### Fixed
91
91
92
-
* Fix string expression double braces ([#525](https://github.com/NVIDIA/NeMo-Guardrails/pull/525)) by @schuellc-nvidia
93
-
* Fix Colang 2 flow activation ([#531](https://github.com/NVIDIA/NeMo-Guardrails/pull/531)) by @schuellc-nvidia
94
-
* Remove unnecessary print statements in runtime ([#577](https://github.com/NVIDIA/NeMo-Guardrails/pull/577)) by @schuellc-nvidia
95
-
* Fix `match` statement issue ([#593](https://github.com/NVIDIA/NeMo-Guardrails/pull/593)) by @schuellc-nvidia
96
-
* Fix multiline string expressions issue ([#579](https://github.com/NVIDIA/NeMo-Guardrails/pull/579)) by @schuellc-nvidia
97
-
* Fix tracking user talking state issue ([#604](https://github.com/NVIDIA/NeMo-Guardrails/pull/604)) by @schuellc-nvidia
98
-
* Fix issue related to a race condition ([#598](https://github.com/NVIDIA/NeMo-Guardrails/pull/598)) by @schuellc-nvidia
92
+
* Fix string expression double braces ([#525](https://github.com/NVIDIA-NeMo/Guardrails/pull/525)) by @schuellc-nvidia
93
+
* Fix Colang 2 flow activation ([#531](https://github.com/NVIDIA-NeMo/Guardrails/pull/531)) by @schuellc-nvidia
94
+
* Remove unnecessary print statements in runtime ([#577](https://github.com/NVIDIA-NeMo/Guardrails/pull/577)) by @schuellc-nvidia
95
+
* Fix `match` statement issue ([#593](https://github.com/NVIDIA-NeMo/Guardrails/pull/593)) by @schuellc-nvidia
96
+
* Fix multiline string expressions issue ([#579](https://github.com/NVIDIA-NeMo/Guardrails/pull/579)) by @schuellc-nvidia
97
+
* Fix tracking user talking state issue ([#604](https://github.com/NVIDIA-NeMo/Guardrails/pull/604)) by @schuellc-nvidia
98
+
* Fix issue related to a race condition ([#598](https://github.com/NVIDIA-NeMo/Guardrails/pull/598)) by @schuellc-nvidia
0 commit comments