mirror of
https://github.com/humanlayer/12-factor-agents.git
synced 2025-08-20 18:59:53 +03:00
wip
This commit is contained in:
@@ -15,6 +15,7 @@ function DetermineNextStep(
|
||||
thread: string
|
||||
) -> DoneForNow {
|
||||
client Qwen3
|
||||
// client "openai/gpt-4o"
|
||||
|
||||
// use /nothink for now because the thinking tokens (or streaming thereof) screw with baml (i think (no pun intended))
|
||||
prompt #"
|
||||
|
||||
@@ -16,6 +16,8 @@ function DetermineNextStep(
|
||||
) -> CalculatorTools | DoneForNow {
|
||||
client Qwen3
|
||||
|
||||
// client "openai/gpt-4o"
|
||||
|
||||
// use /nothink for now because the thinking tokens (or streaming thereof) screw with baml (i think (no pun intended))
|
||||
prompt #"
|
||||
{{ _.role("system") }}
|
||||
|
||||
@@ -15,6 +15,7 @@ function DetermineNextStep(
|
||||
thread: string
|
||||
) -> CalculatorTools | DoneForNow {
|
||||
client Qwen3
|
||||
// client "openai/gpt-4o"
|
||||
|
||||
prompt #"
|
||||
{{ _.role("system") }}
|
||||
|
||||
@@ -15,6 +15,7 @@ function DetermineNextStep(
|
||||
thread: string
|
||||
) -> CalculatorTools | DoneForNow {
|
||||
client Qwen3
|
||||
// client "openai/gpt-4o"
|
||||
|
||||
prompt #"
|
||||
{{ _.role("system") }}
|
||||
|
||||
@@ -15,6 +15,8 @@ function DetermineNextStep(
|
||||
) -> CalculatorTools | DoneForNow {
|
||||
client Qwen3
|
||||
|
||||
// client "openai/gpt-4o"
|
||||
|
||||
prompt #"
|
||||
{{ _.role("system") }}
|
||||
|
||||
|
||||
@@ -27,6 +27,8 @@ function DetermineNextStep(
|
||||
) -> HumanTools | CalculatorTools {
|
||||
client Qwen3
|
||||
|
||||
// client "openai/gpt-4o"
|
||||
|
||||
prompt #"
|
||||
{{ _.role("system") }}
|
||||
|
||||
|
||||
@@ -26,6 +26,7 @@ function DetermineNextStep(
|
||||
thread: string
|
||||
) -> HumanTools | CalculatorTools {
|
||||
client Qwen3
|
||||
// client "openai/gpt-4o"
|
||||
|
||||
prompt #"
|
||||
{{ _.role("system") }}
|
||||
|
||||
@@ -27,6 +27,8 @@ function DetermineNextStep(
|
||||
) -> HumanTools | CalculatorTools {
|
||||
client Qwen3
|
||||
|
||||
// client "openai/gpt-4o"
|
||||
|
||||
prompt #"
|
||||
{{ _.role("system") }}
|
||||
|
||||
|
||||
@@ -27,6 +27,8 @@ function DetermineNextStep(
|
||||
) -> HumanTools | CalculatorTools {
|
||||
client Qwen3
|
||||
|
||||
// client "openai/gpt-4o"
|
||||
|
||||
prompt #"
|
||||
{{ _.role("system") }}
|
||||
|
||||
|
||||
@@ -27,6 +27,8 @@ function DetermineNextStep(
|
||||
) -> HumanTools | CalculatorTools {
|
||||
client Qwen3
|
||||
|
||||
// client "openai/gpt-4o"
|
||||
|
||||
prompt #"
|
||||
{{ _.role("system") }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user