We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
UserDefined
MessageOutput
1 parent 20f80ac commit cad2c7bCopy full SHA for cad2c7b
Scripts/Services/Assistant/v2/Models/MessageOutput.cs
@@ -52,6 +52,11 @@ public class MessageOutput
52
/// </summary>
53
[fsProperty("debug")]
54
public MessageOutputDebug Debug { get; set; }
55
+ /// <summary>
56
+ /// Arbitrary variables that can be read and written to by a particular skill within the Assistant.
57
+ /// </summary>
58
+ [fsProperty("user_defined")]
59
+ public dynamic UserDefined { get; set; }
60
}
61
62
0 commit comments