File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
patchwork/steps/ManageEngine Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,7 @@ def __init__(self, inputs: ManageEngineInputs):
2525 # Prepare system prompt with ManageEngine context
2626 system_prompt = inputs .get (
2727 "system_prompt" ,
28- """
29- Please summarise the conversation given and provide the result in the structure that is asked of you.
30- """ ,
28+ "Please summarise the conversation given and provide the result in the structure that is asked of you." ,
3129 )
3230
3331 self .headers = {
@@ -60,8 +58,7 @@ def __init__(self, inputs: ManageEngineInputs):
6058Skip the headers for the api requests as they are already provided.
6159The base url for the ServiceDeskPlus API is https://sdpondemand.manageengine.com/app/itdesk/api/v3
6260
63- For modifying or creating data, the data should be a json string which is prefixed with "input_data=".
64- For example, if the data is {"example_key": "example_value"}, the data should be "input_data={\" example_key\" : \" example_value\" }".
61+ For modifying or creating data, the data should be a json string.
6562When you have the result of the information user requested, return the response of the final result tool as is.
6663""" ,
6764 )
You can’t perform that action at this time.
0 commit comments