wurui

Results 11 issues of wurui

Is metadata inject by `app.New(Metadata())` should same as `metadata.FromServerContext(ctx)` ? I can't get metadata that inject by `app.New(Metadata())` by calling `metadata.FromServerContext(ctx)` . ```go // metadata != app.Metadata() metadata, _ :=...

question

# Description resolve #710 gracefully. ## Impact The server no longer uses the ID from the client as the storage key. Instead, it now uses an automatically incremented integer as...

# Description 1. Move `MockContext` back to `serverless/mock` package. 2. Change function signature from `ReadLLMFunctionCall(fnCall any) error` to `ReadLLMFunctionCall() (*ai.FunctionCall, error)`, This can avoid type missing.