Zac

Results 8 issues of Zac

Hey everyone! 👋 I'm taking a crack at adding audio recording and playback as discussed in issue #172. Since this is still pretty exploratory, I figured I'd open up this...

While going through the `Recorder` component's typescript, refactoring and otherwise cleaning up the code I began thinking about the best way to handle errors. It reminded me of an event...

Fixed the import statement directed at the `jsx` file: `import { useRequest } from "solid-start/server/ServerContext.jsx";` Resolution: `import { useRequest } from "solid-start/server";`

**Describe the bug** @cpacker I think it was #1658 that introduced an error trying to access `length` of an undefined object. It happens on the Agents page but the other...

# Description I added a secondary example to this existing notebook on how to build a LangChain LCEL runnable chain with message history using the AzureML models. # Checklist -...

## Why are these changes needed? These changes introduce an optional `shutdown` method to the `BaseChatAgent` class and ensure it is called on all participants in the `BaseGroupChat` class. This...

proj-agentchat
awaiting-op-response

### The feature request GitHub Desktop shows all modified files in one flat list. When a commit spans several directories, or several projects in a monorepo, it can become overwhelming...

feature-request

I don't have time to download the models and test this right now but I wanted to provide it as a draft in case anyone wants to test and provide...