Class ToolOutputTimeoutException
Inheritance
ToolOutputTimeoutException
Assembly: Glitch9.AIDevKit.dll
public class ToolOutputTimeoutException : ModelErrorException, ISerializable
Constructors
|
Edit this page
View Source
Declaration
public ToolOutputTimeoutException(ToolCall toolCall, int timeoutSeconds)
Parameters
| Type |
Name |
Description |
| ToolCall |
toolCall |
|
| int |
timeoutSeconds |
|
Properties
|
Edit this page
View Source
Declaration
public int TimeoutSeconds { get; }
Property Value
|
Edit this page
View Source
Declaration
public ToolCall ToolCall { get; }
Property Value
Implements
Extension Methods