v13.5.0
Added:
https://docs.gleap.io/reactnative/aitools
https://docs.gleap.io/reactnative/ticket-attributes
setTicketAttribute(key: string, value: string): void;
setAiTools(tools: {
name: string;
description: string;
response: string;
parameters: {
name: string;
description: string;
type: "string" | "number" | "boolean";
required: boolean;
enums?: string[];
}[];
}[]): void;