Class CodeInterpreterOutputLogs
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public class CodeInterpreterOutputLogs : CodeInterpreterResult
Properties
| Edit this page View SourceLogs
Required. The logs output from the code interpreter.
Declaration
[JsonProperty("logs")]
public string Logs { get; set; }
Property Value
| Type | Description |
|---|---|
| string |