show inference info
This commit is contained in:
@@ -16,6 +16,7 @@ import type {
|
||||
PipelineConversationMessagesResponse,
|
||||
PipelineListResponse,
|
||||
PipelineStopResponse,
|
||||
RuntimeAuthInfoResponse,
|
||||
} from "../types";
|
||||
|
||||
const API_BASE_URL =
|
||||
@@ -142,6 +143,10 @@ export function stopPipeline(pipelineId: string): Promise<PipelineStopResponse>
|
||||
});
|
||||
}
|
||||
|
||||
export function getRuntimeAuthInfo(): Promise<RuntimeAuthInfoResponse> {
|
||||
return fetchJson("/v1/runtime-auth");
|
||||
}
|
||||
|
||||
export async function listPipelineConversations(
|
||||
pipelineId: string,
|
||||
limit = 100
|
||||
|
||||
Reference in New Issue
Block a user