agentic-openapi-parser
Preparing search index...
index
SemanticToolIndexOptions
Interface SemanticToolIndexOptions<T>
interface
SemanticToolIndexOptions
<
T
extends
SemanticTool
=
DynamicToolDefinition
,
>
{
buildText
?:
(
tool
:
T
)
=>
string
;
}
Type Parameters
T
extends
SemanticTool
=
DynamicToolDefinition
Index
Properties
build
Text?
Properties
Optional
build
Text
buildText
?:
(
tool
:
T
)
=>
string
Builds the text embedded for each tool. Defaults to "name description tag1 tag2 ...".
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
build
Text
agentic-openapi-parser
Loading...
Builds the text embedded for each tool. Defaults to "name description tag1 tag2 ...".