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
If the user sends a "create_agent" message to the engine with an incorrect spec, such as in the below example where position is a string instead of an array of integers
{
"position": "[0,0]"
}
The message is received by the engine but nothing happens. This should either throw an error or a warning
The text was updated successfully, but these errors were encountered:
If the user sends a "create_agent" message to the engine with an incorrect spec, such as in the below example where position is a string instead of an array of integers
{
"position": "[0,0]"
}
The message is received by the engine but nothing happens. This should either throw an error or a warning
The text was updated successfully, but these errors were encountered: