================
@@ -946,6 +946,26 @@
"icon": "$(symbol-module)"
}
]
- }
+ },
+ "languageModelTools": [
+ {
+ "name": "lldb_dap_command",
+ "displayName": "Run an lldb command.",
+ "modelDescription": "Run an lldb command.",
+ "canBeReferencedInPrompt": true,
+ "toolReferenceName": "lldb_dap_command",
----------------
ashgti wrote:
Should this be shortened? This is for allowing users to invoke this with a `#`
like `#lldb_dap_command e 1 + 2`.
We could shorten this to `lldb` or `lldb_eval`
https://github.com/llvm/llvm-project/pull/174343
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits