mirror of
https://github.com/jcreek/AutomatedAssessmentFeedbackAgent.git
synced 2026-07-13 02:53:49 +00:00
feat(*): Improve the display of tool usage
This commit is contained in:
@@ -1,7 +1,13 @@
|
||||
import { ToolUtility } from '@azure/ai-projects';
|
||||
|
||||
export const essayAnalyzerToolMeta = {
|
||||
key: 'analyzeEssay',
|
||||
userDescription: 'Analyzing essay structure and argument quality',
|
||||
icon: '📝',
|
||||
};
|
||||
|
||||
export const essayAnalyzerTool = ToolUtility.createFunctionTool({
|
||||
name: 'analyzeEssay',
|
||||
name: essayAnalyzerToolMeta.key,
|
||||
description: 'Analyzes an essay for structure, argument, and evidence.',
|
||||
parameters: {
|
||||
type: 'object',
|
||||
|
||||
Reference in New Issue
Block a user