Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,19 @@
"s3:GetObject"
],
"Resource": "*"
},
{
"Action": [
"aws-marketplace:ViewSubscriptions",
"aws-marketplace:Subscribe"
],
"Resource": "*",
"Effect": "Allow",
"Condition": {
"ForAnyValue:StringEquals": {
"aws-marketplace:ProductId": "prod-mxcfnwvpd6kb4"
}
}
}
]
}
Expand Down Expand Up @@ -245,7 +258,7 @@
},
"AutoPrepare": true,
"Description": "Test of the use of actions groups to allow the agent to make Synapse API calls.",
"FoundationModel": "us.anthropic.claude-sonnet-4-20250514-v1:0",
"FoundationModel": "us.anthropic.claude-sonnet-4-5-20250929-v1:0",
"IdleSessionTTLInSeconds": 3600,
"Instruction": "You are a helpful agent that can assist the user in discovering new Entities within Synapse.\nThe user can set three different access levels:\n<access_level><name>Public Data Only</name><value>PUBLICLY_ACCESSIBLE</value><description>Allows to access entities that are publicly available</description></access_level>\n<access_level><name>Read your Private Data</name><value>READ_YOUR_PRIVATE_DATA</value><description>Allows to access entities that the user has access to, including private data</description></access_level>\n<access_level><name>Read and Write your Data</name><value>WRITE_YOUR_PRIVATE_DATA</value><description>Allows to create new entities or modify existing entities.</description></access_level>\nYou should encourage the user to increase their access level when appropriate. For example, if the current access level is 'Public Data Only' and there are not many relevant results, you might suggest to the user that they can increase their access level to 'Read your Private Data' using the drop down at the top of the chat window. For an operation that can create or modify data the user must have the access level set to 'Read and Write your Data'.",
"SkipResourceInUseCheckOnDelete": true
Expand Down
Loading