Class FunctionCallResult
Result of one function call.
public sealed class FunctionCallResult
- Inheritance
-
FunctionCallResult
- Inherited Members
Constructors
FunctionCallResult()
public FunctionCallResult()
Properties
Call
public FunctionCall Call { get; set; }
Property Value
Content
public string Content { get; set; }
Property Value
IsError
public bool IsError { get; set; }