CachingAgentSkillsSourceOptions Class

Definition

Options for configuring CachingAgentSkillsSource.

public sealed class CachingAgentSkillsSourceOptions
type CachingAgentSkillsSourceOptions = class
Public NotInheritable Class CachingAgentSkillsSourceOptions
Inheritance
CachingAgentSkillsSourceOptions

Constructors

Name Description
CachingAgentSkillsSourceOptions()

Properties

Name Description
CacheIsolationKeySelector

Gets or sets a delegate that returns the cache isolation key for a skills source invocation.

RefreshInterval

Gets or sets the interval after which a cached skill list is considered stale and is refreshed from the inner source on the next request.

Applies to