(Original PR: #2668)
Note: after running npm run build or npm run start in the teams.md folder in dev mode, a markdown file scripts/generated/content-gaps.md can be reviewed for the below. Also see teams.md/static/missing-pages.json for pages that exist for one or two languages but not all languages.
Page gaps
This list has one or two languages documented but missing for other languages. We just need to verify if it is intentional for this list, or a gap.
activity-ref - None for C#, Python
ai/a2a - None for C#, Python
tabs section - Python
Content errors or gaps
These are sections with errors or gaps that I took brief note of in favor of speed. We will need to verify these sections.
api - Copilot added content to fill gaps, 'proactive api' needs to be checked
on-event - C# docs needs corrections
hosting-static-apps - Copilot added content to fill gaps, needs to be checked
graph - Python: copilot filled gaps, check
execute-action - C#, Python: Input association data received check
creating-dialogs - C#, Python: teams-js using old version?
action-commands - Python: handle submission
message-extensions/settings- C#, Python: teams-js v2, not v1
in-depth-guides/user-authentication - all: verify docs were combined correctly
in-depth-guides/user-authentication v.s. teams/user-authentication - do we want to combine? Or rename in-depth to More on user authentication? File names are identical and I am concerned about causing confusion.
ai/function-calling
mcp files - sanity check copilot's work
ai/setup-and-prereqs C# and TS: missing additional notes section ok?
ai/setup-and-prereqs - Python, TS: package-install section
ai Typescript: AZURE_OPENAI_MODEL_DEPLOYMENT_NAME fix? Except for ai sample, teams.ts generally uses AZURE_OPENAI_MODEL
ai/best-practices - Python: addAiGenerated, addCitations - fix?
- "The Azure OpenAI SDK handles API versioning automatically. You don't need to specify an API version manually." - note only for C#, should we make for all three?
ai/best-practices - gifs have strong flicker
ai/function-calling - mermaid chart added by copilot to all pages - check for each language
creating-dialogs: C# has Setting up Embedded Web Content section but others do not. Ok?
handling-dialog-submissions, handling-multi-step-forms - PY and TS missing 'complete' examples. ok?
message-extensions/search-commands - C# doesn't have select-item-code - ok?
- References to IFFE app start in code examples should be removed from TypeScript documentation. Example:
migratons/botbuilder/user-authentication, several in migrations section:
+ (async () => {
+ await app.start();
+ })();
(Original PR: #2668)
Note: after running
npm run buildornpm run startin theteams.mdfolder in dev mode, a markdown filescripts/generated/content-gaps.mdcan be reviewed for the below. Also seeteams.md/static/missing-pages.jsonfor pages that exist for one or two languages but not all languages.Page gaps
This list has one or two languages documented but missing for other languages. We just need to verify if it is intentional for this list, or a gap.
activity-ref- None for C#, Pythonai/a2a- None for C#, Pythontabssection - PythonContent errors or gaps
These are sections with errors or gaps that I took brief note of in favor of speed. We will need to verify these sections.
api- Copilot added content to fill gaps, 'proactive api' needs to be checkedon-event- C# docs needs correctionshosting-static-apps- Copilot added content to fill gaps, needs to be checkedgraph- Python: copilot filled gaps, checkexecute-action- C#, Python: Input association data received checkcreating-dialogs- C#, Python: teams-js using old version?action-commands- Python: handle submissionmessage-extensions/settings- C#, Python: teams-js v2, not v1in-depth-guides/user-authentication- all: verify docs were combined correctlyin-depth-guides/user-authenticationv.s.teams/user-authentication- do we want to combine? Or rename in-depth to More on user authentication? File names are identical and I am concerned about causing confusion.ai/function-callingmcpfiles - sanity check copilot's workai/setup-and-prereqsC# and TS: missing additional notes section ok?ai/setup-and-prereqs- Python, TS:package-installsectionaiTypescript:AZURE_OPENAI_MODEL_DEPLOYMENT_NAMEfix? Except foraisample, teams.ts generally usesAZURE_OPENAI_MODELai/best-practices- Python:addAiGenerated,addCitations- fix?ai/best-practices- gifs have strong flickerai/function-calling- mermaid chart added by copilot to all pages - check for each languagecreating-dialogs: C# has Setting up Embedded Web Content section but others do not. Ok?handling-dialog-submissions,handling-multi-step-forms- PY and TS missing 'complete' examples. ok?message-extensions/search-commands- C# doesn't haveselect-item-code- ok?migratons/botbuilder/user-authentication, several inmigrationssection: