Ask a question to get started
Enter to send•Shift+Enter new line
Extract text from an object using a path expression or pre-tokenized path.
get_text_at_path( obj: Any, path: str | list[str], ) -> list[str]
obj
Any
The object to extract text from
path
str | list[str]
Either a path string or pre-tokenized path list.