Skip to content

Commit

Permalink
Fixed one multi-line paragraph
Browse files Browse the repository at this point in the history
  • Loading branch information
asgibson committed Nov 18, 2024
1 parent 2420865 commit 620c6f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ There are two types of data used by the constructs in OnAIR, low and high level
The plugins in OnAIR operate on the data types described above.
There are two methods required to be implemented by OnAIR for the plugins:

- `update`: Pulls data into the plugin for use. This includes either `low_level_data`, `high_level_data`, or both, depending on the plugin type.
- `update`: Pulls data into the plugin for use.
This includes either `low_level_data`, `high_level_data`, or both, depending on the plugin type.
- `render_reasoning`: Pushes out reasoned results data.
This is the data you want made available to plugins further down the pipeline.

Expand Down

0 comments on commit 620c6f4

Please sign in to comment.