File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -673,6 +673,11 @@ interface ChatToolCallPrepareContent {
673673 */
674674 name: string ;
675675
676+ /**
677+ * Server name of this tool
678+ */
679+ server: string ;
680+
676681 /*
677682 * Argument text of this tool call
678683 */
@@ -709,6 +714,11 @@ interface ChatToolCallRunContent {
709714 */
710715 name: string ;
711716
717+ /**
718+ * Server name of this tool
719+ */
720+ server: string ;
721+
712722 /*
713723 * Arguments of this tool call
714724 */
@@ -750,6 +760,11 @@ interface ChatToolCallRunningContent {
750760 */
751761 name: string ;
752762
763+ /**
764+ * Server name of this tool
765+ */
766+ server: string ;
767+
753768 /*
754769 * Arguments of this tool call
755770 */
@@ -786,6 +801,11 @@ interface ChatToolCalledContent {
786801 */
787802 name: string ;
788803
804+ /**
805+ * Server name of this tool
806+ */
807+ server: string ;
808+
789809 /*
790810 * Arguments of this tool call
791811 */
@@ -847,6 +867,11 @@ interface ChatToolCallRejectedContent {
847867 */
848868 name: string ;
849869
870+ /**
871+ * Server name of this tool
872+ */
873+ server: string ;
874+
850875 /*
851876 * Arguments of this tool call
852877 */
You can’t perform that action at this time.
0 commit comments