kdrag.utils.prompt
- kdrag.utils.prompt(prompt: str)
- Ask an AI. - Get the root directory of the current package, find all .py files within that directory, and concatenate their contents into a single string separated by —. - Returns:
- A single string with all .py files concatenated, separated by —. 
- Return type:
- str 
- Parameters:
- prompt (str)