Class UnhandledToolCallException
Inheritance
UnhandledToolCallException
Assembly: Glitch9.AIDevKit.dll
public class UnhandledToolCallException : ModelErrorException, ISerializable
Constructors
|
Edit this page
View Source
Declaration
public UnhandledToolCallException(ToolCall toolCall, string reason)
Parameters
Properties
|
Edit this page
View Source
Declaration
public ToolCall ToolCall { get; }
Property Value
|
Edit this page
View Source
Declaration
public string UnhandledReason { get; }
Property Value
Implements
Extension Methods