Commit f035a19
fix(volcengine/iam): Handle TrustPolicyDocument field as string type
Ensure the TrustPolicyDocument field retrieved from the API is of string type to avoid type errors during subsequent processing
(cherry picked from commit ba0d94d2705c0916d18ee0e824244373dfaceba7)1 parent 4f6a80c commit f035a19
File tree
2 files changed
+8
-5
lines changed- agentkit
- apps/agent_server_app
- toolkit/volcengine
2 files changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
| 105 | + | |
109 | 106 | | |
110 | 107 | | |
111 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
225 | 231 | | |
226 | 232 | | |
227 | 233 | | |
| |||
0 commit comments