Sebastian Gingter

Results 21 comments of Sebastian Gingter

Please also consider registering Fluxor without any automatic scanning for types at all. I would really like to explicitly list all state types as well as explicitly list the classes...

@mrpmorris Would you be willing - in general - to accept a PR for an API like that to register states, reducer types, even individual reducer methods and effect types...

At this stage I can verify that Langfuse does not track calls executed by nemoguardrails. It's a bit tricky to extract the parts out of a grown project, but I'll...

I opened an issue on the NeMo side of things: https://github.com/NVIDIA/NeMo-Guardrails/issues/472

I would also love to see support of OpenTelemetry ingestion. My specific reason would be to enable observablity of [Semantic Kernel](https://github.com/microsoft/semantic-kernel) based applications in langfuse. It would be awesome if...

For me, in Langfuse 2.11.3, when using `mistral-large-latest` directly from Mistral.ai, I see the token usage of my Generation SPANs and it also calculates the costs per request correctly: ![image](https://github.com/langfuse/langfuse/assets/755148/bfb0faf9-e2f2-4aca-841a-2717dedd9248)

As I try to load an assembly created by .NET Core (even if compiled for .Net 4.5) I just get type load exceptions. The same code in a real .NET...

Additional info: This is a complete show-stopper for WebAssembly.Authentication. You can't request apis with an access token when you can't get a HttpClient that can attach the token. This seemed...