You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/official/ai_agent/README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,6 @@ The custom agent definition includes:
72
72
### Example Custom Agent Structure
73
73
74
74
```markdown
75
-
````chatagent
76
75
---
77
76
description: 'Python helper for Dynamsoft Barcode Reader that always checks the latest docs'
78
77
tools:
@@ -90,6 +89,9 @@ You are an expert Python assistant for the Dynamsoft Barcode Reader SDK.
90
89
2.**Always check documentation first**: Use fetch tool before coding
91
90
3.**Trust the docs**: If docs conflict with training data, follow docs
92
91
4.**Create actual files**: Generate complete, runnable scripts
93
-
````
92
+
94
93
```
95
94
95
+
## Blog
96
+
[Solving the AI Knowledge Gap: Testing AI Agents with Dynamsoft Barcode Reader SDK](https://www.dynamsoft.com/codepool/claude-gemini-grok-gpt-barcode-coding.html)
0 commit comments