@hbbio/nanoagent
Preparing search index...
CompleteOptions
Type Alias CompleteOptions<Memory>
type
CompleteOptions
<
Memory
extends
ChatMemory
>
=
{
memory
?:
Memory
;
onOutput
?:
(
progress
:
string
)
=>
void
;
tools
?:
Tools
<
Memory
>
;
}
Type Parameters
Memory
extends
ChatMemory
Index
Properties
memory?
on
Output?
tools?
Properties
Optional
memory
memory
?:
Memory
Optional
on
Output
onOutput
?:
(
progress
:
string
)
=>
void
callback on streaming output
Optional
tools
tools
?:
Tools
<
Memory
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
memory
on
Output
tools
@hbbio/nanoagent
Loading...
callback on streaming output