create_dir
create_dir
: Create Directory
create_dir
: Create DirectoryCreates a new directory at the specified path.
Parameters:
agent_name
: Identifier for the agent making the requestdir_path
: Path where the new directory should be createdbase_url
: API endpoint URL
Returns:
StorageResponse
object containing creation status
Example:
Last updated