Reminix TypeScript SDK - v0.7.1
Docs
GitHub
Preparing search index...
@reminix/runtime
AgentInfo
Interface AgentInfo
Internal
Agent information returned by the discovery endpoint.
interface
AgentInfo
{
chat
:
boolean
;
invoke
:
boolean
;
metadata
:
Record
<
string
,
unknown
>
;
name
:
string
;
}
Index
Properties
chat
invoke
metadata
name
Properties
chat
chat
:
boolean
invoke
invoke
:
boolean
metadata
metadata
:
Record
<
string
,
unknown
>
name
name
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
chat
invoke
metadata
name
Docs
GitHub
Reminix TypeScript SDK - v0.7.1
Loading...
Agent information returned by the discovery endpoint.