Update mcp tool universe

Add rag utility
This commit is contained in:
shahondin1624
2026-02-14 17:59:18 +01:00
parent 3ced9db623
commit a0e36a7fe2
19 changed files with 970 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# Working with Units
The DSL strictly types physical units to prevent conversion errors between OTX and ODX.
## Defining a Unit
Use the `Unit` keyword followed by the display symbol.
Example:
`Unit Speed [km/h]`
## Common Errors
Never use string literals for units in a `DiagnosticService`. Always reference the typed Unit definition.