Type Aliases
ReflectedAction
declaration
ReflectedAction =
Omit
<ActionTokenMetadata
,"input"
|"output"
> & {implementations
:ReflectedActionImplementation
;input
:JSONSchema
;output
:JSONSchema
; }
Type declaration
Name | Type |
---|---|
| |
|
|
|
|
ReflectedAction =
Omit
<ActionTokenMetadata
,"input"
|"output"
> & {implementations
:ReflectedActionImplementation
;input
:JSONSchema
;output
:JSONSchema
; }
Name | Type |
---|---|
| |
|
|
|
|