Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
is_path_like
Function
This function is defined in the parse_utils module.Check if a string looks like a file path. O(1) operation.
Signature
Parameters
String to check
Returns
True if string looks like a path
Usage
Uses
value.rsplit
Source
View on GitHub
praisonaiagents/config/parse_utils.py at line 89
