featherbit UI
Gateway rustdoc
Preparing search index...
chat/loop
TurnDeps
Interface TurnDeps
interface
TurnDeps
{
hooks
:
TurnHooks
;
now
?:
()
=>
number
;
provider
:
Provider
;
redact
?:
(
text
:
string
)
=>
string
;
signal
:
AbortSignal
;
tools
:
ToolRunner
|
null
;
}
Index
Properties
hooks
now?
provider
redact?
signal
tools
Properties
hooks
hooks
:
TurnHooks
Optional
now
now
?:
()
=>
number
provider
provider
:
Provider
Optional
redact
redact
?:
(
text
:
string
)
=>
string
Applied to tool result/error text before it is stored or replayed (default: identity).
signal
signal
:
AbortSignal
tools
tools
:
ToolRunner
|
null
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
hooks
now
provider
redact
signal
tools
Gateway rustdoc
featherbit UI
Loading...
Applied to tool result/error text before it is stored or replayed (default: identity).