Skip to content

AgentPrismToolOptions

Namespace AgentPrism · Assembly AgentPrism.Core.dll

Defines tool execution options.

public sealed class AgentPrismToolOptions

objectAgentPrismToolOptions

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

public AgentPrismToolOptions()

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; }

TimeSpan

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.