mirror of https://github.com/microsoft/autogen.git
25 lines
842 B
Plaintext
25 lines
842 B
Plaintext
[
|
|
{
|
|
"ClassName": "test_plugin",
|
|
"Name": "GetState",
|
|
"Description": "Gets the state of the light.",
|
|
"Parameters": [],
|
|
"ReturnType": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
|
|
"ReturnDescription": ""
|
|
},
|
|
{
|
|
"ClassName": "test_plugin",
|
|
"Name": "ChangeState",
|
|
"Description": "Changes the state of the light.'",
|
|
"Parameters": [
|
|
{
|
|
"Name": "newState",
|
|
"Description": "new state",
|
|
"ParameterType": "System.Boolean, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
|
|
"IsRequired": true
|
|
}
|
|
],
|
|
"ReturnType": "System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e",
|
|
"ReturnDescription": ""
|
|
}
|
|
] |