Skip to main content
Configurations

12.2B03

New "AI Chat" function executes an ad hoc AI request

You can now also use AI requests via a function in lists.

Caution:
The AI queries take time: use the function carefully in lists in formulas!
Think long runtimes - 1000 lines containing one formula each may trigger 1000 AI queries.
Incorrect use/filtering can also result in high costs if, for example, 100,000 AI requests are inadvertently carried out overnight in a job.

The "AI Chat" function executes an ad hoc AI request.

Parameters
<Sync. Server Name> (Text): Name or ID of the sync server
<AI-Model> (text): Model name or "" for standard model
<Prompt> (Text): Enquiry with markup
Optional - <Without bachkground information> (Boolean): True: Send only the prompt without additional information

Return value:
Text: Answer as text with markup

Example:

AI Chat("Gemini"; ""; "What is tan(41°)? Return the result only."; true)
Result: "0.8693"

AI Chat("Gemini"; ""; "Summarize the functions of the Bp Event software in two sentences."; true)
Result: "The Bp Event software by Bankettprofi is a comprehensive solution for planning and managing events for the catering and event industry. It supports companies in managing the entire process from preparing quotes and resource planning to efficient processing and invoicing."