Bohan Qu
Bohan Qu
### Related Issues - changes PromptBuilder behavior according to #7441 ### Proposed Changes: PromptBuilder now takes a new optional parameter `required_variables` upon initialization to specify a list of jinja template...
**Describe the bug** All input parameters in PromptBuilder have a default empty-string value and are thus marked as optional. I guess this is not the intended behavior according to the...
### Describe the bug ## Description: While using the [Haystack integration](https://langfuse.com/docs/integrations/haystack/get-started), I encountered a consistent error when one of my customized components returned a `List[sqlglot.Expression]` output. The error message is...
### Related Issues - adds feature requested in #8385 ### Proposed Changes: - adds TTFT support for OpenAI generators ### How did you test it? - unit tests ### Notes...
**Is your feature request related to a problem? Please describe.** We are developing several chatbot-like applications that require streaming the response from LLM. There are a couple of metrics to...
**Is your feature request related to a problem? Please describe.** Currently we will need to use Annotated parameters for functions to be smoothly parsed as tools. This is not the...
### Related Issues #9023 ### Proposed Changes: Supports ReST-style docstrings when loading a tool from function. The docstring will be automatically parsed for function-level descriptions and parameter descriptions. It's a...
It seems like we will need separation of reasoning content and the actual text completions to better manage multi-round conversations with reasoning (for example: https://api-docs.deepseek.com/guides/reasoning_model). This may have impact on...
This is probably a bit too early for a feature request, but might still worth discussing. In some AI applications like Cursor and Claude Code (and maybe some other vibe...