Skip to content
Discussion options

You must be logged in to vote

You can’t fully automate chats here without the API, scheduled messaging and file output aren’t supported in the chat interface. For automation (hourly logs, reports to your project), you’ll need the API or a wrapper around it, since that’s the only way to programmatically maintain context and trigger actions.

Set up a cron (or Task Scheduler) job that runs a Python script hourly:

Read logs

Send them to GPT via the Chat Completions API

Save the response as a report

You can also feed past summaries back into the prompt to keep context.

Replies: 4 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by weite76
Comment options

You must be logged in to vote
1 reply
@weite76
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@weite76
Comment options

@shondsouza
Comment options

@weite76
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Question Ask and answer questions about GitHub features and usage Copilot in GitHub Copilot functionality in GitHub Copilot Chat and in github.com
4 participants