come on, the new Google Bard has a partnership wit...
# adobe
p
come on, the new Google Bard has a partnership with Adobe.. the step for ColdFusion is soon done
d
what you trying to say about cf? i didnt understand.
g
Maybe they are asking for cfBard, a client side tag to integrate? 🙄
m
Paolo, yep. Aware. Our product team is buttoning up the launch of CF2023 & we'll soon be working on exactly what will end up in CF2024. As mentioned at CF Summit East 2023 in Washington D.C., AI will be a big part of that. Exactly how we do it? Well, come to Vegas this year and you'll get a sneak peek. 😉
a
Maybe they are asking for cfBard, a client side tag to integrate?
Just... just... @garciadev just don't
😜 1
m
<cfbard> I like it. Lemme just add that to the plan...
g
Make sure you credit @Adam Cameron for bringing it to your attention
e
Could always add something like this as a custom tag or cfc ...
Copy code
<cfset bardApiUrl = "<https://bard.ai/v1/>">

<cfhttp method="get" url="#bardApiUrl#define?word=hello">

<cfif http_status_code eq 200>

<cfset responseBody = http_response_body>

<cfset responseJson = json_decode(responseBody)>

<cfset definition = responseJson.definition>

<cfoutput>#definition#</cfoutput>

</cfif>

</cfhttp>
âž• 1
a
I never liked you, Garcia.
g
let's chat about it next week, face to face, mano a mano, at ITB! 😛
a
Damn straight. I'm on a plane on Sun morning.