Nicholas Albion
Nicholas Albion
Agents should be able to greet the user before the user sends any input. > Please enter task goal:
It would be useful to have examples of various scenarios included in the documentation: - Write Washington to a text file (end of task in one line) - Create a...
I'm reading an object from S3 and streaming it to a ClamAV server from Lambda: ``` s3.getObject(params, (err, data) => { if (!err) { // `data.Body` is a Buffer, need...
I send `textDocument/prepareCallHierarchy` and get a response: ```json [{ "detail":"Main", "kind":6, "name":"bar() : void", "range":{"end":{"character":5,"line":21}, "start":{"character":4,"line":18}}, "selectionRange":{ "end":{"character":27,"line":18}, "start":{"character":24,"line":18} }, "uri":"file:/jdtls-demo/java/src/main/java/Main.java" }] ``` I send the item to `callHierarchy/outgoingCalls` ```...
I'm able to get `typeHierarchy/subtypes` returning a subclass, but `typeHierarchy/supertypes` returns an empty list for `package_a.Foo`: ```java package package_a; public interface FooInterface { void foo(String bar); } public class BaseFoo...
### Feature Description It does not look like it's currently possible to use AWS Bedrock's prompt caching from Lllama Index? https://docs.aws.amazon.com/bedrock/latest/userguide/prompt-caching.html ### Reason _No response_ ### Value of Feature this...
I'm running some tests on my application which uses various LSPs, and the tests are passing for several other languages, but not C#. The test runs on a very simple...