Skip to content

Commit 12c49bb

Browse files
committed
Fix typos.
1 parent 0bfc876 commit 12c49bb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
### Changed
2424

2525
- Changed the naming of the internal events to align to the upcoming UMIM spec (Unified Multimodal Interaction Management).
26-
comments.)
2726
- If there are no user message examples, the bot messages examples lookup is disabled as well.
2827

2928
### Fixed

docs/user_guide/advanced/event-based-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Event-based API
22

3-
You can use a guardrails configuration through an event-based API using [`LLMRails.generate_events_async](../../api/nemoguardrails.rails.llm.llmrails.md#method-llmrailsgenerate_events_async) and [`LLMRails.generate_events](../../api/nemoguardrails.rails.llm.llmrails.md#method-llmrailsgenerate_events).
3+
You can use a guardrails configuration through an event-based API using [`LLMRails.generate_events_async`](../../api/nemoguardrails.rails.llm.llmrails.md#method-llmrailsgenerate_events_async) and [`LLMRails.generate_events](../../api/nemoguardrails.rails.llm.llmrails.md#method-llmrailsgenerate_events).
44

55
Example usage:
66

0 commit comments

Comments
 (0)