Skip to content

Commit

Permalink
[repo] docs: Update POWERED-BY-AI.md syntax correction (#2066)
Browse files Browse the repository at this point in the history
## Linked issues

closes: https://github.com/owner/repo/issues/2061

## Details

Python feedback loop syntax correction from @app.feedback_loop to
@app.feedback_loop()

#### Change details

> Describe your changes, with screenshots and code snippets as
appropriate


## Attestation Checklist

- [ ] My code follows the style guidelines of this project

- I have checked for/fixed spelling, linting, and other errors
- I have commented my code for clarity
- I have made corresponding changes to the documentation (updating the
doc strings in the code is sufficient)
- My changes generate no new warnings
- I have added tests that validates my changes, and provides sufficient
test coverage. I have tested with:
  - Local testing
  - E2E testing in Teams
- New and existing unit tests pass locally with my changes

### Additional information

> Feel free to add other relevant information below
  • Loading branch information
SubbaReddi authored Oct 1, 2024
1 parent cdd1d49 commit 2fc5089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion getting-started/CONCEPTS/POWERED-BY-AI.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ app.OnFeedbackLoop(async (turnContext, turnState, feedbackLoopData, cancellation
### Python
```python
@app.feedback_loop
@app.feedback_loop()
async def feedback_loop(
context: TurnContext, state: TurnState, feedback_data: FeedbackLoopData
):
Expand Down

0 comments on commit 2fc5089

Please sign in to comment.