dosubot[bot]
dosubot[bot]
Zod can safely generate JSON Schemas for Swagger path parameters or request body parameters, but with an important caveat: if you want $ref references (like `#/components/schemas/...`) and full OpenAPI compatibility,...
Here’s a concrete example of using a custom Zod registry for per-endpoint Swagger/OpenAPI schema generation with custom `$ref` paths—no global registration required: ```js import { z } from "zod"; //...
Zod does not currently provide a fully encapsulated, business-friendly function that automatically handles id assignment and registry management for Swagger/OpenAPI schema generation. You still need to assign unique ids (via...
Hi, @AyushParikh. I'm [Dosu](https://dosu.dev), and I'm helping the LlamaIndex team manage their backlog. I'm marking this issue as stale. **Issue Summary** - You encountered an issue where adding `llama-index-llms-groq` to...
@QuentinMahieu Hello there! I'm here to help you with any bugs or questions you have. Let's tackle this together. The issue you're encountering is due to the conditional check `if...
Hi @annguyenarize! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the openinference team. This is a known gap in the BeeAI autoinstrumentor: it does not consistently extract and log available tools/functions in LLM...
The copy functionality for API keys uses `navigator.clipboard.writeText` in the frontend code to copy the key and display a toast notification on success or failure. If this fails, an error...
Hi @KilgoreTroute07! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the zod team. You're correct—this is intentional and by design in Zod 4. Branded types in Zod are a TypeScript-only construct for nominal...
Hi @vicprz! I'm [Dosu](https://go.dosu.dev/dosubot) and I’m helping the react-native-reanimated-carousel team. This issue is caused by how react-native-reanimated-carousel relies on Reanimated hooks (like `useAnimatedReaction` and `useDerivedValue`) and shared values to determine...
To resolve the "PluginDaemonInternalServerError: killed by timeout" error in your Dify self-hosted (Docker) environment, you can try the following steps: 1. **Ensure LLM Configuration**: Make sure that a Language Learning...