Table of Contents

Class UnhandledToolCallException

Namespace
Glitch9.AIDevKit
public class UnhandledToolCallException : Exception
Inheritance
object
Exception
UnhandledToolCallException

Constructors

UnhandledToolCallException(ToolCall, string)

public UnhandledToolCallException(ToolCall toolCall, string reason)

Parameters

toolCall ToolCall
reason string

Properties

ToolCall

public ToolCall ToolCall { get; }

Property Value

ToolCall

UnhandledReason

public string UnhandledReason { get; }

Property Value

string