chore: include pre-built dist for github install
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
interface MessagePart {
|
||||
type: string;
|
||||
name?: string;
|
||||
toolName?: string;
|
||||
}
|
||||
interface Message {
|
||||
info?: {
|
||||
role?: string;
|
||||
};
|
||||
role?: string;
|
||||
parts?: MessagePart[];
|
||||
}
|
||||
export declare function hasUnansweredQuestion(messages: Message[]): boolean;
|
||||
export {};
|
||||
Reference in New Issue
Block a user