Skip to content

Commit 8761c8d

Browse files
committed
add 'ai_optimization/llm_responses'
1 parent fbd8847 commit 8761c8d

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

src/DFSClient/Entity/Custom/LlmResponsesChatGptModelsEntityMainTasksResult.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,10 @@ class LlmResponsesChatGptModelsEntityMainTasksResult
1515
* @var null|boolean $web_search_supported;
1616
*/
1717
public $web_search_supported = null;
18+
19+
/**
20+
* @var null|boolean $task_post_supported;
21+
*/
22+
public $task_post_supported = null;
1823

19-
}
24+
}

src/DFSClient/Entity/Custom/LlmResponsesClaudeModelsEntityMainTasksResult.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,10 @@ class LlmResponsesClaudeModelsEntityMainTasksResult
1515
* @var null|boolean $web_search_supported;
1616
*/
1717
public $web_search_supported = null;
18+
19+
/**
20+
* @var null|boolean $task_post_supported;
21+
*/
22+
public $task_post_supported = null;
1823

19-
}
24+
}

src/DFSClient/Entity/Custom/LlmResponsesGeminiModelsEntityMainTasksResult.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,10 @@ class LlmResponsesGeminiModelsEntityMainTasksResult
1515
* @var null|boolean $web_search_supported;
1616
*/
1717
public $web_search_supported = null;
18+
19+
/**
20+
* @var null|boolean $task_post_supported;
21+
*/
22+
public $task_post_supported = null;
1823

19-
}
24+
}

src/DFSClient/Entity/Custom/LlmResponsesPerplexityModelsEntityMainTasksResult.php

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,10 @@ class LlmResponsesPerplexityModelsEntityMainTasksResult
1515
* @var null|boolean $web_search_supported;
1616
*/
1717
public $web_search_supported = null;
18+
19+
/**
20+
* @var null|boolean $task_post_supported;
21+
*/
22+
public $task_post_supported = null;
1823

19-
}
24+
}

0 commit comments

Comments
 (0)