mirror of
https://github.com/jcreek/AutomatedAssessmentFeedbackAgent.git
synced 2026-07-12 18:43: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 rubricMatcherToolMeta = {
|
||||
key: 'matchRubric',
|
||||
userDescription: 'Assessing the submission against the provided rubric',
|
||||
icon: '📊',
|
||||
};
|
||||
|
||||
export const rubricMatcherTool = ToolUtility.createFunctionTool({
|
||||
name: 'matchRubric',
|
||||
name: rubricMatcherToolMeta.key,
|
||||
description: 'Matches a submission to a rubric and returns a score/criteria breakdown.',
|
||||
parameters: {
|
||||
type: 'object',
|
||||
|
||||
Reference in New Issue
Block a user