fwang2002

Results 8 issues of fwang2002

Why first applying PathParams from Request and then Client(in function parseRequestURL). While in other situations, the applying order will be first Client, then Request.

I use the template as recursion, it will cause stack overflow. I'm sure there will not be an endless recursive call. The template looks as following: ``` struct(name, struct) ::=...

the validator function doesn't return value from the next() call, preventing the up middleware get value from che chain.

in Android Studio, when setting java code style with field name prefix, then generated code is wrong, here is an example of auto generated Builder: ``` java public static final...

### Description Now in useChat, triggerRequest will send all the history messages to the server side. It's better to add an option to let the application layer construct the messages,...

support

## Problem Description When creating app using agno, serving as an api server, it's better to give some utils to convert the api request and response to openai compatible schemas.

enhancement

### Description When upgrade provider-utils to v3.0.10, there is a dev dependent package `msw`, which makes the use of MockLanguageModelV2 break down. The dependent chain is: MockLanguageModelV2 -> "ai/test" ->...

ai/core
support

I use the model google gemini flash 2.5, and prompt it to start a tool call for each request. but sometimes, it will return { finish_reason: "other" }(the ai-sdk response,...