mirror of
https://github.com/github/awesome-copilot.git
synced 2026-06-20 14:37:49 +00:00
Fix Copilot SDK session event handler compile issue (#2056)
This commit is contained in:
@@ -153,7 +153,7 @@ The current working directory is: {Environment.CurrentDirectory}
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Set up event handling
|
// Set up event handling
|
||||||
session.On(evt =>
|
session.On<SessionEvent>(evt =>
|
||||||
{
|
{
|
||||||
switch (evt)
|
switch (evt)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user