graphlit-client 1.0.20250130001 → 1.0.20250130002
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3753,7 +3753,7 @@ exports.GetConversation = (0, graphql_tag_1.default) `
|
|
3753
3753
|
}
|
3754
3754
|
`;
|
3755
3755
|
exports.Prompt = (0, graphql_tag_1.default) `
|
3756
|
-
mutation Prompt($prompt: String
|
3756
|
+
mutation Prompt($prompt: String, $mimeType: String, $data: String, $specification: EntityReferenceInput, $messages: [ConversationMessageInput!], $correlationId: String) {
|
3757
3757
|
prompt(
|
3758
3758
|
prompt: $prompt
|
3759
3759
|
mimeType: $mimeType
|
@@ -17137,7 +17137,7 @@ export type GetConversationQuery = {
|
|
17137
17137
|
} | null;
|
17138
17138
|
};
|
17139
17139
|
export type PromptMutationVariables = Exact<{
|
17140
|
-
prompt
|
17140
|
+
prompt?: InputMaybe<Scalars['String']['input']>;
|
17141
17141
|
mimeType?: InputMaybe<Scalars['String']['input']>;
|
17142
17142
|
data?: InputMaybe<Scalars['String']['input']>;
|
17143
17143
|
specification?: InputMaybe<EntityReferenceInput>;
|