Skip to content

Commit 88bad56

Browse files
committed
docs
1 parent 3df2293 commit 88bad56

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

docs/protocol.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff 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
*/

0 commit comments

Comments
 (0)