Overview
Last updated
Last updated
Models that support tool calls can extend their capabilities beyond just chatting. Tools will appear as separate messages in the chat window, displaying a preloader while the tool is being executed and an orange checkmark when the execution is complete.
OpenAI API key is required for Search in Files and Extract Web Content tools.
There is no need to explicitly specify which tool the model should use. The model will attempt to infer the appropriate tool based on the context of the conversation and the content of your prompt.
Sets the active directory, where the chat can manipulate files.
Retrieves the active directory if set.
Executes bash command.
Creates a text based file. If the active directory is set it will also create the file in it
Reads an entire file from the generated fragments, knowledge files or the active directory if set.
Lists all files in the generated fragments or knowledge files.
Searches throught the knowledge files for relevent information and use it as context.
Generates an image using the selected image model.
Memorizes a piece of information making it always available in the context. You can manage the memorized snipets from the Chat Settings Panel.
Tries to extract relative text content from a web page.
Performs a web search. (Spawns assistant)