Skip to content

Documentation / @agentick/shared / ProviderRequestEvent

Type Alias: ProviderRequestEvent ​

ProviderRequestEvent = object & StreamEventBase

Defined in: streaming.ts:591

DevTools event: Provider request (SDK-specific format)

Type Declaration ​

executionId? ​

optional executionId: string

modelId? ​

optional modelId: string

Model identifier

provider? ​

optional provider: string

Provider name (e.g., "openai", "anthropic", "google")

providerInput ​

providerInput: unknown

The input sent to the provider SDK (provider-specific format)

type ​

type: "provider_request"

Released under the ISC License.