Address
:
[Go to site:
main page
,
start
]
Usuń skrypty
Akceptuj cookies
Pokaż obrazy
Użyj Referer
Rotate13
Base64
Usu meta tagi
Usuń tytuł srony
Sesja cookies
ADK for TypeScript: API Reference
System
Light
Dark
Search…
Preparing search index...
InvocationContextParams
Interface InvocationContextParams
The parameters for creating an invocation context.
interface
InvocationContextParams
{
abortSignal
?:
AbortSignal
;
activeStreamingTools
?:
Record
<
string
,
ActiveStreamingTool
>
;
agent
:
BaseAgent
;
artifactService
?:
SessionArtifactService
;
branch
?:
string
;
credentialService
?:
BaseCredentialService
;
endInvocation
?:
boolean
;
invocationId
:
string
;
memoryService
?:
BaseMemoryService
;
pluginManager
:
PluginManager
;
runConfig
?:
RunConfig
;
session
:
Session
;
sessionService
?:
BaseSessionService
;
transcriptionCache
?:
TranscriptionEntry
[]
;
userContent
?:
Content
;
}
Properties
Optional
abort
Signal
abortSignal
?:
AbortSignal
Optional
active
Streaming
Tools
activeStreamingTools
?:
Record
<
string
,
ActiveStreamingTool
>
agent
agent
:
BaseAgent
Optional
artifact
Service
artifactService
?:
SessionArtifactService
Optional
branch
branch
?:
string
Optional
credential
Service
credentialService
?:
BaseCredentialService
Optional
end
Invocation
endInvocation
?:
boolean
invocation
Id
invocationId
:
string
Optional
memory
Service
memoryService
?:
BaseMemoryService
plugin
Manager
pluginManager
:
PluginManager
Optional
run
Config
runConfig
?:
RunConfig
session
session
:
Session
Optional
session
Service
sessionService
?:
BaseSessionService
Optional
transcription
Cache
transcriptionCache
?:
TranscriptionEntry
[]
Optional
user
Content
userContent
?:
Content
Properties
abort
Signal
active
Streaming
Tools
agent
artifact
Service
branch
credential
Service
end
Invocation
invocation
Id
memory
Service
plugin
Manager
run
Config
session
session
Service
transcription
Cache
user
Content
ADK for TypeScript: API Reference - v1.5.0
Loading...
The parameters for creating an invocation context.