Documentation
¶
Index ¶
Constants ¶
View Source
const ( CACHE_SIZE = 200 * 1024 * 1024 // 200MB CACHE_EXPIRE_SEC = 3600 CACHE_KEY_FORMAT = "OpenAICache/%d/%s" LANG_JP = "ja" PROMPT_SYSTEM_MSG_EN = "You are a helpful security assistant." PROMPT_SYSTEM_MSG_JP = "あなたは役に立つセキュリティアシスタントです。" PROMPT_SUMMARY_EN = "" /* 205-byte string literal not displayed */ PROMPT_SUMMARY_JP = "" /* 288-byte string literal not displayed */ FINDING_FORMAT_FOR_AI = `The RISKEN tool detected the following issue related to cloud security. Type: %s Description: %s ` RECOMMEND_FORMAT_FOR_AI = `Detail: %s Recommendation: %s ` )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.