get_all_knowledge_info

Function

Queries knowledge information based on user ID.

Prototype

def get_all_knowledge_info(user_id)

Parameters

Parameter

Data Type

Required/Optional

Description

user_id

String

Required

User ID, which is used to distinguish different knowledge bases and must comply with the regular expression ^[a-zA-Z0-9_-]{6,64}$.

Return Value

Data Type

Description

List[KnowledgeModel]

Knowledge base information corresponding to user_id. For details about KnowledgeModel, see KnowledgeModel.