0xobedient

Results 3 comments of 0xobedient

I am working on this issue. Would it be okay to add a state to manage whether the current editor is in full markdown mode or not?

```typescript import { ChatGoogleGenerativeAI } from "@langchain/google-genai"; import z from "zod"; const schema = z.object({ time: z.string(), }); const getCurrentTimeTool = { name: "getCurrentTime", description: "Get the current date and...