There was an error while loading. Please reload this page.
1 parent cc51164 commit aa38d5cCopy full SHA for aa38d5c
1 file changed
packages/commands/src/commands/knowledge/kb-create.ts
@@ -145,6 +145,7 @@ export default defineCommand({
145
importJobFailureMessage(statusResponse, "Initial import reported document failures."),
146
ExitCode.GENERAL,
147
`Knowledge base created: ${pipelineId}`,
148
+ { api: { requestId: statusResponse.request_id } },
149
);
150
}
151
0 commit comments