-
### Feature Request: Prompt Flow Integration / Builder
#### Introduction
First of all, a massive load of gratitude to everyone! Being prepared for where AI is leading, I would like to propose the …
spimm updated
2 months ago
-
- [ ] Todas las sugerencias de la derecha deben tener enlaces que se abren en otra pestaña a artículo y enlaces de interés
- [ ] Probar con otros modelos para la generación del JSON
-
## Summary
Provide users an easy UI to build complex prompts
## Intended Outcome
* Users are able to save fragments of prompts
* Users are able to combine fragments of prompts
* TIs / embed…
Millu updated
9 months ago
-
When I encountered the above bug, I started debugging and found:
(Pdb) p self.builder_configs
{'sDCI_full': DCIConfig(name='sDCI_full', version=0.0.0, data_dir=None, data_files=None, description='sD…
-
### Checked other resources
- [X] I added a very descriptive title to this issue.
- [X] I searched the [LangGraph](https://langchain-ai.github.io/langgraph/)/LangChain documentation with the integrat…
-
When building a complicated agent in the builder, I sometimes have unsaved work.
Sometimes I need to tab out to test a prompt or do some research, and when I tab back in the builder often refreshes b…
-
Since we're currently witnessing rollout of multiple AI image generation models, leading with DALL·E 2, into the wild (and we're fortunate enough to have access to it ourselves) it seems that people a…
-
This example illustrates the problem:
```
Terminal terminal = TerminalBuilder.builder().system(true).build();
ConsolePrompt consolePrompt = new ConsolePrompt(terminal);
Pro…
-
**Bug description**
When calling
```java
ChatClient.builder(chatModel)
.defaultAdvisors(new MessageChatMemoryAdvisor(chatMemory))
.build()
.prompt()
.call()
…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. build onnxruntime and onnxruntim-genai from source. Install both packages…