Documentation ¶
Index ¶
Constants ¶
View Source
const ( ActionQuestion actionType = "question" ActionPageRequest actionType = "page_request" ActionClick actionType = "click" ActionFill actionType = "fill" ActionPress actionType = "press" ActionExtract actionType = "extract" ActionScroll actionType = "scroll" ActionWait actionType = "wait" ActionScreenshot actionType = "screenshot" )
View Source
const ( AlertAccept alertActionType = "accept" AlertDismiss alertActionType = "dismiss" )
View Source
const ( ScrollUp scrollDirection = "up" ScrollDown scrollDirection = "down" ScrollLeft scrollDirection = "left" ScrollRight scrollDirection = "right" )
Variables ¶
This section is empty.
Functions ¶
func OnStart ¶
func OnStart( ctx context.Context, selector tools.Selector, logger tools.Logger, inputHandler tools.InputHandler, ttjBackend tools.TextToJSONBackend, conversation chat.Conversation, ) error
Types ¶
Click to show internal directories.
Click to hide internal directories.