Skip to content

v13.5.0

Compare
Choose a tag to compare
@boehlerlukas boehlerlukas released this 08 Mar 16:49
· 40 commits to main since this release

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;