llm_operate_file
llm_operate_file
: File Management Operations
llm_operate_file
: File Management OperationsUses the language model to perform file operations based on user instructions.
Parameters:
agent_name
: Identifier for the agent making the requestmessages
: List of message dictionariestools
: Optional list of tools (usually not needed for file operations)base_url
: API endpoint URLllms
: Optional list of LLM configurations
Returns:
LLMResponse
object containing file operation results
Example:
Common Message Formats
All functions accept messages in the following format:
Last updated