providerplaneai
Preparing search index...
client/types/AIClientLifecycleHooks.ts
ProviderAttemptContext
Interface ProviderAttemptContext
Describes a single provider attempt within an AI client execution.
interface
ProviderAttemptContext
{
attemptIndex
:
number
;
capability
:
string
;
connectionName
?:
string
;
providerType
:
AIProviderType
;
requestId
?:
string
;
startTime
:
number
;
}
Hierarchy (
View Summary
)
ProviderAttemptContext
ProviderAttemptResult
Index
Properties
attempt
Index
capability
connection
Name?
provider
Type
request
Id?
start
Time
Properties
attempt
Index
attemptIndex
:
number
capability
capability
:
string
Optional
connection
Name
connectionName
?:
string
provider
Type
providerType
:
AIProviderType
Optional
request
Id
requestId
?:
string
start
Time
startTime
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attempt
Index
capability
connection
Name
provider
Type
request
Id
start
Time
providerplaneai
Loading...
Describes a single provider attempt within an AI client execution.