Membrane React - v0.7.0
Console
SDK
REST API
Preparing search index...
AgentSession
Variable AgentSession
Const
AgentSession
:
ZodObject
<
{
id
:
ZodString
;
workspaceId
:
ZodString
;
workspaceElementType
:
ZodEnum
<
typeof
WorkspaceElementType
>
;
workspaceElementId
:
ZodString
;
type
:
ZodString
;
status
:
ZodEnum
<
typeof
AgentSessionStatus
>
;
workerId
:
ZodOptional
<
ZodString
>
;
workerUrl
:
ZodOptional
<
ZodString
>
;
prompt
:
ZodString
;
error
:
ZodOptional
<
ZodType
<
ErrorDataSchema
,
unknown
,
$ZodTypeInternals
<
ErrorDataSchema
,
unknown
>
,
>
,
>
;
createdBy
:
ZodString
;
lastActivityAt
:
ZodISODateTime
;
createdAt
:
ZodISODateTime
;
updatedAt
:
ZodISODateTime
;
storedMessagesUri
:
ZodOptional
<
ZodString
>
;
sessionFilesZipUri
:
ZodOptional
<
ZodString
>
;
logs
:
ZodOptional
<
ZodArray
<
ZodAny
>
>
;
usage
:
ZodOptional
<
ZodNumber
>
;
}
,
$strip
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Console
SDK
REST API
Membrane React - v0.7.0
Loading...