langfuse-java icon indicating copy to clipboard operation
langfuse-java copied to clipboard

🪢 Auto-generated Java Client for Langfuse API

Results 4 langfuse-java issues
Sort by recently updated
recently updated
newest added

In here https://github.com/langfuse/langfuse-java/blob/78b8673f4f17d8ca1de22abde5942dbd441607a3/src/main/java/com/langfuse/client/resources/sessions/SessionsClient.java#L64-L70 The `Timestamp` using `OffsetDatetime::toString`, when the time like: `1900-01-01T00:00:00.000` toString will get `1900-01-01T00:00` (shorter) which will make langfuse server return error.

bug

The Java client documentation shows how to fetch prompts but doesn't include examples or documentation on how to compile prompts with variable values after fetching them. ## Current Behavior The...

enhancement

Hi Steffen, If don't use spring AI or langchain4j. Can langfuse monitor normal Springboot project. like I use simple api call to LLM. how the langfuse monitor this model. Do...

The only field it updates it end time I think. It would be nice if it could update the output after the execution.