IntelligenceX
Interface

IToolAuthenticationProbeStore

Namespace IntelligenceX.Tools
Assembly IntelligenceX
Modifiers abstract

Stores probe results that can be referenced by follow-up tool calls.

Methods

public abstract Boolean TryGet(String probeId, out ToolAuthenticationProbeRecord record) #
Returns: Boolean

Looks up a probe record by id.

Parameters

probeId System.String requiredposition: 0
Probe identifier.
record IntelligenceX.Tools.ToolAuthenticationProbeRecord@ requiredposition: 1
Resolved record when found.

Returns

True when record exists.

public abstract Void Upsert(ToolAuthenticationProbeRecord record) #
Returns: Void

Inserts or replaces a probe record.

Parameters

record IntelligenceX.Tools.ToolAuthenticationProbeRecord requiredposition: 0
Probe record to persist.