Greg Stephens

Results 78 issues of Greg Stephens

Add settings for `PASSWORD_MIN_LEN` and `EMAIL_STARTTLS`.

The following message should be changed from DEBUG to ERROR: `DEBUG Failed to register in action dispatcher`

It would be nice if the completions endpoint was more compatible with the OpenAI endpoint so that tools that use this endpoint would work with guardrails without modification. I'd like...

With this interface ```js export interface DateTime { type: 'dateTime', dateTime?: Date; }; ``` The json results look good but validate fails: ```json JSON validation failed: Cannot find name 'Date'....

Calling `generate_events` for a colang 2.0 config aborts ```log Traceback (most recent call last): File "/Users/greg/Dev/nemo/NeMo-Guardrails-rgstephens/generate_events.py", line 19, in new_events = app.generate_events( File "/Users/greg/Dev/nemo/NeMo-Guardrails-rgstephens/nemoguardrails/rails/llm/llmrails.py", line 947, in generate_events return loop.run_until_complete(self.generate_events_async(events=events))...

bug
status: needs triage

Running the [multi_modal_demo_v2_x](https://github.com/NVIDIA/NeMo-Guardrails/tree/main/tests/test_configs/multi_modal_demo_v2_x) tutorial when trying to start the number guessing flow, `play the number guessing game`, it fails with this error if I run it as a server. ```...

bug

Looks like GenerateFlowFromName is creating a flow with a single quote that trips up parsing. ```log GenerateFlowFromNameActionFinished {"action_uid": "396a...", "action_name": "GenerateFlowFromNameAction", "status": "success", "is_success": true, "return_value": "flow bot execute location_api\n...

enhancement
status: in progress

Github is deprecating `set-output`. Details [here](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/#examples). Need to update use in the `action.yml`.

Changes to address PR #29 and #30 to get a basic Rasa Pro pipeline working. Example repo can be found [here](https://github.com/RasaHQ/rasa-pro-ci-cd). This PR adds the following for the test/train action:...