UNPKG
openai-swarmjs
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Agentic framework inspired from OpenAI's swarm framework for TS, JS
openai-swarmjs
/
dist
/
utils
/
merge.d.ts
3 lines
(2 loc)
•
207 B
TypeScript
View Raw
1
2
3
export
declare
function
mergeFields
(
target
:
Record
<
string
,
any
>,
source
:
Record
<
string
,
any
>
):
void
;
export
declare
function
mergeChunk
(
finalResponse
:
Record
<
string
,
any
>,
delta
:
Record
<
string
,
any
>
):
void
;