-
Certain agents need to output UI for the end user to interact with instead of using a simple text chat flow. Here are some examples of these UI interactions:
- Display a form with specified input f…
-
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…
-
I didn't have much discipline when I first introduced JS support and created quick stubs for the necessary types. We should move to a more structured approach with `PlatformSpecific` super types, avoi…
-
Most modelling (and programming) languages allows you to define structured connectors, sometimes called records to use Pascal terminology. This is something that should be supported in a future versio…
-
Right now, structured logs currently don't have changefeed descriptions for core changefeeds and some log event types (e.g. `changefeed_emitted_bytes`) aren't supported. We should address this feature…
-
**Is your feature request related to a problem? Please describe.**
I am using JsonSchema and cannot find a way to use the anyOf specification. It would be great if langchain4j supported it since open…
-
the current schema https://github.com/sifive/duh-schema/blob/master/lib/component.js#L8-L35 only allows flat wires. It would be great if there was a way to describe struct or array wires. A schema for…
-
## Feature Request
I've been working with `typia.llm.schema` for a while and it has been extremely helpful in generating JSON schemas to call LLMs from TS types. However, the new [structured output…
-
Relates to #1930.
Some devices do not support complex/structured types but device manufacturers do some "adjustments" to accommodate that. Something we see in Modbus devices is that object-like dat…
-
### Clear and concise description of the problem
`resolveCommand` is really awesome for CLI apps but also can be really useful for building `snippet` blocks in front end applications when you want …