We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b34311f commit 12beaa5Copy full SHA for 12beaa5
packages/service/core/dataset/feishuKnowledgeDataset/api.ts
@@ -276,10 +276,8 @@ export const useFeishuKnowledgeDatasetRequest = ({
276
}: {
277
apiFileId: string;
278
}): Promise<ApiFileReadContentResponse> => {
279
- console.log('apiFileId', apiFileId);
280
const nodeToken = apiFileId.split('-')[1];
281
const node = await getNodeInfo(nodeToken);
282
- console.log('node', node);
283
const objToken = node.node.obj_token;
284
285
const [{ content }, { document }] = await Promise.all([
0 commit comments