Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CallTool ¶
func CallTool(ctx context.Context, svc *projectknowledge.Service, adapter *projectknowledge.PromotionInputAdapter, name string, arguments json.RawMessage) (map[string]any, error)
func IsKnowledgeTool ¶
func ToolDefinitions ¶
Types ¶
type KnowledgeList ¶
type KnowledgeList struct {
Knowledge []projectknowledge.KnowledgeRecord `json:"knowledge"`
NextPageToken string `json:"next_page_token,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.