Mo Cherif

Results 7 issues of Mo Cherif

# Proposal: Add support for change notification when supported instead of using polling rate ## Description The Microsoft Graph API get change notifications provides a webhook mechanism to deliver change...

help wanted
feature-request
Needs: Prototyping
Priority: 2

I'm using a pinecone vector with OpenAIChat model in a ConversationalRetrievalQAChain, it works as intended when im not streaming the output however if I change the OpenAIChat to streaming true...

question
env/packaging

I created the following very simple openai.createChatCompletion in a nextjs edge function as soon as it's invoked it gives the error adapter is not a function ``` const openai =...

# Proposal: Support mgt-person-card-organization as its own component ## Description Currently the person card displays the org chart but there's no way to show it separately, however i think it...

feature-request

# Proposal: Support for ::part CSS pseudo-element ## Description Since the support for ::part css is now widely adopted why not support it to give more flexibility in styling mgt...

feature-request

### Feature Description Open AI supports Automated Function Calls through the Chat Completion Helpers https://github.com/openai/openai-node/blob/master/helpers.md#integrate-wtih-next-js ### Use Case The goal of these is for the bot to continuously run and...

### Feature Description Provide the ability to useChat to output responses from chats, tools and assistants all in one go ### Use Case To fully provide the "agent" capabilities I...