AgentPrismToolOptions
Namespace AgentPrism · Assembly
AgentPrism.Core.dllDefines tool execution options.
public sealed class AgentPrismToolOptionsInheritance
Section titled “Inheritance”object ← AgentPrismToolOptions
Inherited Members
Section titled “Inherited Members”object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
Section titled “Constructors”AgentPrismToolOptions()
Section titled “ AgentPrismToolOptions()”public AgentPrismToolOptions()Properties
Section titled “Properties”DefaultTimeout
Section titled “ DefaultTimeout”Gets or sets the longest duration one tool call may run when its own registration does not set ToolDescriptor.Timeout.
public TimeSpan DefaultTimeout { get; set; }Property Value
Section titled “Property Value”Remarks
Section titled “Remarks”30 seconds matches the skill-script default (AgentPrismSkillScriptOptions.Timeout); this value was not measured against production traffic and should be revisited after the first real run.