Skip to content

Commit 14b5af6

Browse files
committed
Update files
1 parent 7ec2c30 commit 14b5af6

13 files changed

Lines changed: 657 additions & 1251 deletions

.env.sample

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ OPENAI_MODEL=gpt-3.5-turbo
99
# Configure for GitHub models: (GITHUB_TOKEN already exists inside Codespaces)
1010
GITHUB_MODEL=gpt-5-mini
1111
GITHUB_TOKEN=YOUR-GITHUB-PERSONAL-ACCESS-TOKEN
12-
# Configure for Redis (used by agent_thread_redis.py, defaults to dev container Redis):
12+
# Configure for Redis (used by agent_history_redis.py, defaults to dev container Redis):
1313
REDIS_URL=redis://localhost:6379
1414
OTEL_EXPORTER_OTLP_ENDPOINT=http://localhost:4317
15+
# Configure for Azure AI Search (used by agent_knowledge_aisearch.py):
16+
AZURE_SEARCH_ENDPOINT=https://YOUR-SEARCH-SERVICE.search.windows.net
17+
AZURE_SEARCH_KNOWLEDGE_BASE_NAME=YOUR-KB-NAME
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: review_slides
3+
description: Use this to review slides for accuracy
4+
---
5+
Review the given slides for consistency with the code samples in the repository.
6+
7+
Use the markitdown skill to convert the PDF to markdown first.
8+
9+
Point out any errors, inconsistencies, or areas that may need clarification. Provide specific feedback on how to improve the slides to better align with the code and concepts presented in the repository.
10+
Make sure all URLs/filenames are valid.

0 commit comments

Comments
 (0)