agenta 0.40.0__py3-none-any.whl → 0.41.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of agenta might be problematic. Click here for more details.
agenta/sdk/types.py
CHANGED
|
@@ -545,6 +545,9 @@ class PromptTemplate(BaseModel):
|
|
|
545
545
|
}
|
|
546
546
|
|
|
547
547
|
# Add optional parameters only if they are set
|
|
548
|
+
if self.llm_config.model is not None:
|
|
549
|
+
kwargs["model"] = self.llm_config.model
|
|
550
|
+
|
|
548
551
|
if self.llm_config.temperature is not None:
|
|
549
552
|
kwargs["temperature"] = self.llm_config.temperature
|
|
550
553
|
|
|
@@ -238,7 +238,7 @@ agenta/sdk/tracing/processors.py,sha256=zEuyvFc6vLHGjHMU64gfme-tVtm89uLA3eCpiUgf
|
|
|
238
238
|
agenta/sdk/tracing/propagation.py,sha256=EeOqDMqnh_MoEhGd1do_vy_tQBYUcoC8kpLqVoZeqg0,2561
|
|
239
239
|
agenta/sdk/tracing/spans.py,sha256=nqUOjjirBxB8Eacv8Qj4Ra_6rknGi3lbJdNyKmk5ODQ,3707
|
|
240
240
|
agenta/sdk/tracing/tracing.py,sha256=g4eFgd_piVn0M5kwlaZUrJBU4DG7kxErWe9meXPgcgI,7211
|
|
241
|
-
agenta/sdk/types.py,sha256=
|
|
241
|
+
agenta/sdk/types.py,sha256=1OoBDLspvSwuIX2mRVg-z78aO_e9oYIcWrSqDLSMErw,19041
|
|
242
242
|
agenta/sdk/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
243
243
|
agenta/sdk/utils/cache.py,sha256=69pQCtmh10DiYoOdKv4t2fCYDQCuWZtH4uy36kXewpw,1372
|
|
244
244
|
agenta/sdk/utils/constants.py,sha256=zW3R4rjXOo2L5lz6q84l_zYuOM9u4mpPRHw_B1Dr_hI,67
|
|
@@ -250,6 +250,6 @@ agenta/sdk/utils/logging.py,sha256=gBk2ecRvltN7f8qtnUHXBiZPWOdArN_b5civ_3w_Oek,8
|
|
|
250
250
|
agenta/sdk/utils/preinit.py,sha256=YlJL7RLfel0R7DFp-jK7OV-z4ZIQJM0oupYlk7g8b5o,1278
|
|
251
251
|
agenta/sdk/utils/singleton.py,sha256=17Ph7LGnnV8HkPjImruKita2ni03Ari5jr0jqm__4sc,312
|
|
252
252
|
agenta/sdk/utils/timing.py,sha256=hVzkF7ObjrBlRcB2lMowE8nUkWgYqU2kIJoqRZNXKdM,1556
|
|
253
|
-
agenta-0.
|
|
254
|
-
agenta-0.
|
|
255
|
-
agenta-0.
|
|
253
|
+
agenta-0.41.1.dist-info/METADATA,sha256=jd2xhRi_dQOVE_DszPLFKJzpGcIwW2kP65DIinuAtuA,31346
|
|
254
|
+
agenta-0.41.1.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
|
255
|
+
agenta-0.41.1.dist-info/RECORD,,
|
|
File without changes
|