The command line interface for autoagent
()
| 45 | from constant import COMPLETION_MODEL |
| 46 | @click.group() |
| 47 | def cli(): |
| 48 | """The command line interface for autoagent""" |
| 49 | pass |
| 50 | |
| 51 | @cli.command() |
| 52 | @click.option('--model', default='gpt-4o-2024-08-06', help='the name of the model') |
nothing calls this directly
no outgoing calls
no test coverage detected