cache Point
suspend fun cachePoint(value: Output<AgentPromptVariantTemplateConfigurationChatToolConfigurationToolCachePointArgs>)
suspend fun cachePoint(value: AgentPromptVariantTemplateConfigurationChatToolConfigurationToolCachePointArgs?)
Parameters
value
Creates a cache checkpoint within a tool designation. See Cache Point for more information.
suspend fun cachePoint(argument: suspend AgentPromptVariantTemplateConfigurationChatToolConfigurationToolCachePointArgsBuilder.() -> Unit)
Parameters
argument
Creates a cache checkpoint within a tool designation. See Cache Point for more information.