You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to get a sample from SemanticKernel working with LlamaSharp, and its failing when the SemanticKernel plugin function specifies any settings. I took a look at the code, and it's trying to brute force convert the AIRequestSettings object into a ChatRequestSettings object, which won't work. There needs to be an actual conversion function instead. I can take a stab at it if you like, I'd like to help out with the SemanticKernel integration.