-
-
**Is your feature request related to a problem? Please describe.**
Anyone had any luck supporting structure output?
https://platform.openai.com/docs/guides/structured-outputs/introduction
**Des…
-
Hi!
I see here that "Structured outputs using Pydantic models are currently only available for the gpt-4o-2024-08-06 model": https://docs.ell.so/core_concepts/structured_outputs.html
![image](https:…
-
Hello! 👋 Thank you so much for all the work on this library ❤️
Is it possible to support structured outputs based on the zod schema? https://openai.com/index/introducing-structured-outputs-in-the-…
-
Split off from https://github.com/jdrbc/podly_pure_podcasts/issues/18
It would be nicer to force the model output to adhere to a schema.
* OpenAI has structured outputs https://openai.com/index/…
-
## 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…
-
**Is your feature request related to a problem? Please describe.**
Structured outputs from providers like OpenAI are currently displayed as plaintext in the UI. This removes some of the benefit of us…
-
-
Same as https://github.com/langchain4j/langchain4j/pull/1590 but for Github Models
-
The output of the CLI is in human-readable tabular format. I looked through the code and the docs and it appears that there is no way to get csv, json, yaml, or any other structured output. This makes…