Icosa Computing
Bundles 包含支援與 AgentBuilder 特定第三方整合的自訂Components。
Icosa Computing Components需要存取 Icosa Computing 服務。 如需詳細資訊和請求存取權,請參閱 Icosa Computing 網站。
Combinatorial Reasoner
Combinatorial Reasoner Components在輸入上執行 Icosa 的組合推理 (CR) 管道,以建立嵌入理由的最佳化提示。
Combinatorial Reasoner 參數
| Name | Type | Description |
|---|---|---|
| prompt | String | 輸入參數。要執行 CR 的輸入。 |
| openai_api_key | SecretString | 輸入參數。OpenAI API 金鑰,用於驗證 OpenAI,這用於理由產生。 |
| model_name | String | 輸入參數。用於理由產生的 OpenAI LLM。 |
| username | String | 輸入參數。用於驗證 Icosa API 的使用者名稱。 |
| password | SecretString | 輸入參數。用於驗證 Icosa API 的密碼。 |
Combinatorial Reasoner 輸出
Combinatorial Reasoner Components輸出以下其 中之一:
- Optimized Prompt (
optimized_prompt):包含嵌入理由的最佳化提示的Message物件。 - Selected Reasons (
reasons):包含字串清單的Data物件,其中每個字串都是被選取並嵌入到最佳化提示中的理由。
您可以在Components的輸出連接埠附近切換輸出類型。