-
Properties of malware capabilities (and their Objectives) will often require more structure than a simple value string can contain. Thus, we should consider expanding out the CapabilityPropertyType to…
-
```
Per http://code.google.com/p/google-gin/issues/detail?id=86, often classes are
made public for sake of being accessible by a Ginjector in another package.
It's useful to include an annotation to…
-
```
Per http://code.google.com/p/google-gin/issues/detail?id=86, often classes are
made public for sake of being accessible by a Ginjector in another package.
It's useful to include an annotation to…
-
-
First off, this is a fantastic app!! The completion especially awesome.
So, I wanted to ask if it'd be possible to add the capacity for returning structured JSON similar to how Logstash/Elastic do…
-
This is a feature request to add an interface for retrieving simulation
results as structured data when using drcachesim as a library, to avoid
having to print out statistics and then parse them bac…
-
I think the best bet is https://github.com/traviskaufman/cycloneJS. The main work is adding custom clone callbacks for every DOM object :-S.
-
## What
Add Ollama in as an LLM option.
## Why
Many people run local LLMs, and then knowledge table can be run without an internet connection.
## Implementation guidance
The FastAPI b…
-
### The Feature
OpenAI just [announced support for Structured Outputs](https://openai.com/index/introducing-structured-outputs-in-the-api/). It achieves this by allowing to specify a json_schema as t…
-
### Describe the feature or improvement you're requesting
In order to expect structured responses, please add `responseFormat` field in `ChatParameters`, which should be an enum with following cases:…