Briyah SDK - v2.0.6
Briyah
npm
Preparing search index...
ToolDefinition
Interface ToolDefinition
interface
ToolDefinition
{
code
:
string
;
description
:
string
;
maxResultChars
?:
number
;
name
:
string
;
parameters
:
ToolParameter
[]
;
timeoutMs
?:
number
;
}
Index
Properties
code
description
max
Result
Chars?
name
parameters
timeout
Ms?
Properties
code
code
:
string
description
description
:
string
Optional
max
Result
Chars
maxResultChars
?:
number
Per-call result budget in characters. See
NativeToolDefinition.maxResultChars
.
name
name
:
string
parameters
parameters
:
ToolParameter
[]
Optional
timeout
Ms
timeoutMs
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
description
max
Result
Chars
name
parameters
timeout
Ms
Briyah
npm
Briyah SDK - v2.0.6
Loading...
Per-call result budget in characters. See NativeToolDefinition.maxResultChars.