Enumeration: ToolType¶
Defined in: types.ts:1234
The types of tools that can be used in an agent skill.
Enumeration Members¶
ContactResolution¶
ContactResolution:
"ContactResolution"
Defined in: types.ts:1255
Tool that provides access to contact resolution capabilities.
Knowledge¶
Knowledge:
"Knowledge"
Defined in: types.ts:1242
Allows knowledge to be used as a tool.
Pack¶
Pack:
"Pack"
Defined in: types.ts:1238
Allows formulas within a pack to be used as tools.
ScreenAnnotation¶
ScreenAnnotation:
"ScreenAnnotation"
Defined in: types.ts:1246
Allows screen annotations to be used as tools.
WebSearch¶
WebSearch:
"WebSearch"
Defined in: types.ts:1264
Tool that enables searching the public internet for up-to-date information.