package
0.0.0-20241109151718-2aedce1a2ae8
Repository: https://github.com/bryanbarton525/go_ai.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
SetupGeminiClient initializes and configures a Gemini client for text generation.
No description provided by the author
# Constants
JSONDataFile represents the file path to the JSON data file.
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Exmaple of json response from generate summary
[{"ticket_id":1001,"date_created":"2024-04-15T10:35:00Z","status":"closed","priority":"high","channel":"email","customer_name":"AliceJohnson","company":"AcmeCorp","environment":"production","k8s_version":"1.23.5","cloud_provider":"AWS","summary":"PodCrashLoopBackOffError","description":"MultiplepodsinourproductionclusterarestuckinCrashLoopBackOff.We'reseeingerrorsrelatedtoimagePullBackOffandOOMKilled.","resolution":"Updateddeploymenttousecorrectimagetag,adjustedresourcelimitsforpods,monitoredforstability.","tags":["pod","crashloopbackoff","imagepullbackoff","oomkilled","deployment"]}]
*/ JSON response struct from generate summary.