We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tlm ask
Implementation of basic RAG with;
tlm ask -c $(cwd) "Briefly explain provided context"
Initial proposal;
NAME: tlm ask - Asks a question USAGE: tlm ask [command options] [arguments...] OPTIONS: --context value, -c value Context directory --include value, -i value [ --include value, -i value ] Include patterns. E.g. --include=*.txt --exclude value, -e value [ --exclude value, -e value ] Exclude patterns. E.g. --exclude=*.binary --interactive, --it enable interactive chat mode (default: false) --help, -h show help
The text was updated successfully, but these errors were encountered:
yusufcanb
When branches are created from issues, their pull requests are automatically linked.
Implementation of basic RAG with;
tlm ask -c $(cwd) "Briefly explain provided context"
Initial proposal;
The text was updated successfully, but these errors were encountered: