Class CodeInterpreterCallCodeDeltaEvent
Inheritance
CodeInterpreterCallCodeDeltaEvent
Inherited Members
Namespace: Glitch9.AIDevKit.Responses
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class CodeInterpreterCallCodeDeltaEvent : TextDeltaEventBase, ISequencableEvent, ICompletableEvent, IEvent
Properties
| Edit this page View SourceCode
The final code snippet output by the code interpreter.
Declaration
[JsonProperty("code")]
public string Code { get; set; }
Property Value
| Type | Description |
|---|---|
| string |