AgentOS
About
Features
Blog
API Docs
Guides
Get Started
@framers/agentos
LanguageNegotiationResult
Interface LanguageNegotiationResult
Output of negotiation step.
interface
LanguageNegotiationResult
{
sourceLanguage
:
string
;
targetLanguage
:
string
;
pivotLanguage
?:
string
;
confidence
:
number
;
negotiationPath
:
string
[]
;
warnings
?:
string
[]
;
}
Index
Properties
source
Language
target
Language
pivot
Language?
confidence
negotiation
Path
warnings?
Properties
source
Language
source
Language
:
string
target
Language
target
Language
:
string
Optional
pivot
Language
pivot
Language
?:
string
confidence
confidence
:
number
negotiation
Path
negotiation
Path
:
string
[]
Optional
warnings
warnings
?:
string
[]
Settings
Member Visibility
Protected
Inherited
Alpha
Beta
Theme
OS
Light
Dark
On This Page
source
Language
target
Language
pivot
Language
confidence
negotiation
Path
warnings
Architecture
Changelog
Planning Engine
Human-in-the-Loop
Agent Communication
Evaluation Framework
@framers/agentos - v1.0.1
Loading...
Output of negotiation step.