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: docs/advanced-features.md
+33-6Lines changed: 33 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This section covers the advanced capabilities of SemanticPluginForge:
17
17
| Function Suppression | Hide entire functions from plugin consumers | Deprecating functions, conditional availability |
18
18
| Parameter Suppression | Hide specific parameters while providing defaults | Simplifying interfaces, context injection |
19
19
| CLR Type Support | Use any .NET class as a plugin | Legacy code integration, external libraries |
20
-
| Function Name Override | Change function names without code modification | Better naming conventions, API versioning |
20
+
| Function Name Override | Change function names without code modification | Better AI naming conventions, method overload disambiguation, API versioning |
21
21
| Default Value Override | Set parameter defaults through metadata | Configuration-driven defaults, environment-specific values |
0 commit comments