Load custom ACS files #12
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: computernewb/MSAgent-Chat#12
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
loading custom ACS files would be cool. that is all
Will require parsing agent files on the server side and validating them to make sure they don't crash the client
Shouldn't the client just have error handling itself and fall back to a known, default agent if something is thrown? Sounds better than just blindly trusting the server
Ideally yes but parsing on the server is a must too to filter out obvious garbage, we'll probably end up needing a blacklist at some point too