SQLRooms
@sqlrooms/ai / createCommandTools
Function: createCommandTools()
Call Signature
createCommandTools<
RS>(store):DefaultCommandTools
Type Parameters
| Type Parameter |
|---|
RS extends BaseRoomStoreState |
Parameters
| Parameter | Type |
|---|---|
store | StoreApi<RS> |
Returns
Call Signature
createCommandTools<
RS>(store,options):ToolSet
Type Parameters
| Type Parameter |
|---|
RS extends BaseRoomStoreState |
Parameters
| Parameter | Type |
|---|---|
store | StoreApi<RS> |
options | CommandToolsOptions |
Returns
ToolSet