@wrtnio/schema
JSON and LLM function calling schemas extended for Wrtn Studio Pro
JSON and LLM function calling schemas extended for Wrtn Studio Pro
```tsx const openai = new OpenAI({ apiKey: process.env.OPENAI_KEY }); const selector = new AgenticaOpenAIVectorStoreSelector({ provider: { api: openai, assistant: { id: assistant_id }, vectorStore: { id: vector_store_id } }, });