Skip to content

Commit a09dee6

Browse files
author
Eric Camplin
committed
2-understand-native-plugins.md remove code indent
1 parent c64b0d9 commit a09dee6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

learn-pr/wwl-azure/give-your-ai-agent-skills/includes/2-understand-native-plugins.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,9 @@ print("Assistant:", result)
185185

186186
The output of this code would be similar to:
187187

188-
```console
189-
Assistant: The only critical task is "Fix login bug". The task is currently in the "To Do" status and its description is "Resolve the issue with login sessions timing out".
190-
```
188+
```console
189+
Assistant: The only critical task is "Fix login bug". The task is currently in the "To Do" status and its description is "Resolve the issue with login sessions timing out".
190+
```
191191

192192
Notice that the results of the function are passed to the LLM and a generated response is returned. Automatic function invocation makes your application smarter and more user-friendly.
193193

0 commit comments

Comments
 (0)