-
Suggested to store in `ArrayExpression`, `StructuredExpression` and `JsonExpression` the string value retrieved from the database and convert it to an `array` or other PHP representation as the data i…
-
Currently, the logger depends `go.uber.org/zap` package.
Should provide the abstract (but structured) `Logger` interface for developers who use the protocol package.
Like [go-logr/logr](https://…
zchee updated
1 month ago
-
Here's a contrived example of running the same request with `run()`, `stream()`, and `stream_structured()`. The behavior is quite different.
- `run` produces the expected result.
- `stream_structu…
-
OpenAI now allows for [structured output](https://platform.openai.com/docs/guides/structured-outputs), as mentioned in #720 . With the support for Pydantic schemas in #699 and #724 , it's feasible tha…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the LangChain.js documentation with the integrated search.
- [X] I used the GitHub search to find a …
-
Hello DSPy Team,
I want to request the addition of support for OpenAI's structured output in your library.
OpenAI recently introduced structured outputs in their API, which seems to guarantee t…
Gsizm updated
1 month ago
-
The following is a proposal to change the underlying implementation of the native `map` data structure to provide sorted key ordering, a map "slicing" operator, and a good way to efficiently store map…
-
Having a more structured way of specifying configs could allow users to specify any number of servers and sync them how they please. For example
* top level sync object controls what servers we syn…
-
Hi Martin Mares,
**We are planning to add the PCI config space dump in the JSON structured format,
since JSON is structured and user friendly in PCI config space dump analysis.**
The cli option…
-
Test2json, more particularly `go test -json`, has been quite a pleasant discovery. It allows for programs to analyze go tests and create their own formatted output.
For example, using GitHub Actio…