Skip to main content
Span wrapper for agent/chain operations with agent identity helpers. Created via FiddlerClient.startAgent. All setter methods return this for fluent chaining.

Methods

setAgentId(id: string): this

Set the unique agent identifier.
id
string
required
Agent ID string (e.g. "travel_agent_v2").
return
this for chaining.

setAgentName(name: string): this

Set the human-readable agent name.
name
string
required
Agent display name (e.g. "travel_agent").
return
this for chaining.