EcoleKeine

Results 15 comments of EcoleKeine

```bash [root@localhost]# docker exec -it datahub_datahub-actions_1 /bin/bash datahub@actions:/$ echo $JAVA_HOME /home/datahub/.sdkman/candidates/java/current ``` ```bash [root@localhost]# docker exec -it -u root datahub_datahub-actions_1 /bin/bash root@actions:/# echo $JAVA_HOME root@actions:/# ```

@reata Just in Arguments section of docs: The following table hints are allowed with and without the WITH keyword: NOLOCK, READUNCOMMITTED, UPDLOCK, REPEATABLEREAD, SERIALIZABLE, READCOMMITTED, TABLOCK, TABLOCKX, PAGLOCK, ROWLOCK, NOWAIT,...

Same problem Azure Data Studio Version: 1.48.1 OS Version: Windows Server 2012 R2 Datacenter

@lucasgomide my code use some custom SQL and API tool maybe you can Reproduce by call any deepseek-v3 API with Request body below (already Reproduced) API Log: ```log POST Request...

dosu, the pull request(#12653) to fix this problem is not merged

@ChenMartin 你应该@ 项目成员,最好是开新issue you should create new issue

@crazywoola Are there any plans to add this feature? Can't use Agent in workflow by http request, agent http Api not support blocking mode

@crazywoola those are changed: CODE_MAX_STRING_ARRAY_LENGTH=300 CODE_MAX_OBJECT_ARRAY_LENGTH=300 CODE_EXECUTION_READ_TIMEOUT=360 my .env: ```ini # The sandbox service endpoint. CODE_EXECUTION_ENDPOINT=http://sandbox:8194 CODE_EXECUTION_API_KEY=dify-sandbox CODE_MAX_NUMBER=9223372036854775807 CODE_MIN_NUMBER=-9223372036854775808 CODE_MAX_DEPTH=5 CODE_MAX_PRECISION=20 CODE_MAX_STRING_LENGTH=80000 CODE_MAX_STRING_ARRAY_LENGTH=300 CODE_MAX_OBJECT_ARRAY_LENGTH=300 CODE_MAX_NUMBER_ARRAY_LENGTH=1000 CODE_EXECUTION_CONNECT_TIMEOUT=10 CODE_EXECUTION_READ_TIMEOUT=360 CODE_EXECUTION_WRITE_TIMEOUT=10 TEMPLATE_TRANSFORM_MAX_LENGTH=80000 ```

@crazywoola > I have tried, it seems working as expected. Only call by **Agent Node** will return empty Tool Node working as expected

same but in my development environment (windows server 2012) it can get suffix, weird Version: 1.2.0 OS: centos7 and windows server 2019