API
type UiAssistantMessage<
Tools extends
Chat.AnyTool = Chat.AnyTool ,
> = Chat.AssistantMessage <
UiChatSchema ,
Tools
> & {
[ TAG_NAME_REGISTRY ]: TagNameRegistry ;
};
UiAssistantMessage
@type
Tools
Chat.AnyTool
type UiAssistantMessage<
Tools extends
Chat.AnyTool = Chat.AnyTool ,
> = Chat.AssistantMessage <
UiChatSchema ,
Tools
> & {
[ TAG_NAME_REGISTRY ]: TagNameRegistry ;
};
@type
Tools
Chat.AnyTool